mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-08 22:57:11 +08:00
style: 菜单管理列表滚动问题
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
:data="dataList"
|
:data="dataList"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
:scroll="{ x: '100%', y: '100%', minWidth: 1700 }"
|
:scroll="{ x: '100%', y: '100%', minWidth: 1700, maxHeight: '81vh' }"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:disabledColumnKeys="['title']"
|
:disabledColumnKeys="['title']"
|
||||||
@refresh="search"
|
@refresh="search"
|
||||||
|
Reference in New Issue
Block a user