mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-08 01:20:07 +08:00
fix: 解决文件数量过多导致出现双滚动条的 BUG
This commit is contained in:
parent
37bcd12c8d
commit
fcac00b49f
@ -22,7 +22,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<div class="complex-table__body">
|
<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>
|
<slot></slot>
|
||||||
</fu-table>
|
</fu-table>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user