From b4d6e0923d825f3a6cbb12c29b5a522d56362ff8 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期六, 18 三月 2023 13:04:17 +0800
Subject: [PATCH] 用户管理导入导出

---
 src/views/systemSetting/baseSetting/user/components/main/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/systemSetting/baseSetting/user/components/main/index.vue b/src/views/systemSetting/baseSetting/user/components/main/index.vue
index 3cb07b3..dc18c42 100644
--- a/src/views/systemSetting/baseSetting/user/components/main/index.vue
+++ b/src/views/systemSetting/baseSetting/user/components/main/index.vue
@@ -84,7 +84,7 @@
       <!-- 鏌ョ湅椤甸潰 -->
       <el-dialog
         :visible.sync="dialogView"
-        width="45%"
+        width="600px"
         v-if="dialogView"
         title="鏌ョ湅鐢ㄦ埛淇℃伅"
       >
@@ -93,7 +93,7 @@
       <!-- 淇敼椤甸潰 -->
       <el-dialog
         :visible.sync="dialogUpdate"
-        width="45%"
+        width="600px"
         v-if="dialogUpdate"
         :title="
           updateFlag

--
Gitblit v1.8.0