From 62f2c6d571617e0220965ce6cf58ea424b07f2c9 Mon Sep 17 00:00:00 2001 From: xlsea Date: Fri, 4 Jul 2025 15:19:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(projects):=20=E4=BF=AE=E5=A4=8D=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E5=88=97=E8=A1=A8=E6=93=8D=E4=BD=9C=E6=A0=8F=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=85=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/role/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index d38cd44c..b4e80867 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -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"