1 Commits

Author SHA1 Message Date
秋帆
437f89193d style: 菜单管理列表滚动问题 2024-05-10 13:47:08 +08:00

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"