fix(projects): 修复角色列表操作栏展示不全问题
This commit is contained in:
parent
229e00443f
commit
62f2c6d571
@ -273,7 +273,7 @@ function handleAuthUser(row: Api.System.Role) {
|
|||||||
:data="data"
|
:data="data"
|
||||||
size="small"
|
size="small"
|
||||||
:flex-height="!appStore.isMobile"
|
:flex-height="!appStore.isMobile"
|
||||||
:scroll-x="962"
|
:scroll-x="1200"
|
||||||
:loading="loading"
|
:loading="loading"
|
||||||
remote
|
remote
|
||||||
:row-key="row => row.roleId"
|
:row-key="row => row.roleId"
|
||||||
|
Loading…
Reference in New Issue
Block a user