From 3011b9800d6c5bee031d87bc4e225b5b1fb52571 Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期六, 23 十一月 2024 09:19:21 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1 --- company/src/components/system/user/RoleConfigWindow.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/company/src/components/system/user/RoleConfigWindow.vue b/company/src/components/system/user/RoleConfigWindow.vue index 5b029f7..3bf8d7a 100644 --- a/company/src/components/system/user/RoleConfigWindow.vue +++ b/company/src/components/system/user/RoleConfigWindow.vue @@ -2,7 +2,7 @@ <GlobalWindow :visible.sync="visible" :confirm-working="isWorking" - width="582px" + width="800px" title="閰嶇疆鐢ㄦ埛瑙掕壊" @confirm="confirm" > @@ -125,3 +125,8 @@ } } </style> +<style> + .el-transfer-panel { + width: 300px !important; + } +</style> -- Gitblit v1.9.3