mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-08 12:57:11 +08:00
style: 菜单管理列表滚动问题
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user