From 41160520fb99ab34632cba957006da16f316ca79 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期四, 16 二月 2023 14:09:49 +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