fix: 解决文件数量过多导致出现双滚动条的 BUG

pull/157/head
zhengkunwang223 2023-02-22 14:03:18 +08:00 committed by zhengkunwang223
parent 37bcd12c8d
commit fcac00b49f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
</template>
<div class="complex-table__body">
<fu-table v-bind="$attrs" @selection-change="handleSelectionChange" max-height="67vh">
<fu-table v-bind="$attrs" @selection-change="handleSelectionChange">
<slot></slot>
</fu-table>
</div>