style: 菜单管理列表滚动问题

This commit is contained in:
秋帆
2024-05-10 13:47:08 +08:00
parent feff838650
commit 437f89193d

View File

@@ -7,7 +7,7 @@
:data="dataList"
:columns="columns"
:loading="loading"
:scroll="{ x: '100%', y: '100%', minWidth: 1700 }"
:scroll="{ x: '100%', y: '100%', minWidth: 1700, maxHeight: '81vh' }"
:pagination="false"
:disabledColumnKeys="['title']"
@refresh="search"