fix(projects): 修复角色列表操作栏展示不全问题

This commit is contained in:
xlsea 2025-07-04 15:19:35 +08:00
parent 229e00443f
commit 62f2c6d571

View File

@ -273,7 +273,7 @@ function handleAuthUser(row: Api.System.Role) {
:data="data"
size="small"
:flex-height="!appStore.isMobile"
:scroll-x="962"
:scroll-x="1200"
:loading="loading"
remote
:row-key="row => row.roleId"