From 357c4314c7a7e702bb4f686ddf97543de96d267c Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期五, 24 二月 2023 10:21:50 +0800 Subject: [PATCH] 2023/2/24 肖辉 修改文字颜色 --- src/views/systemSetting/baseSetting/user/components/main/index.vue | 5 +++-- 1 files changed, 3 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 26e0685..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 @@ -261,6 +261,7 @@ url: "sccg/admin/deleteBatch?ids=" + idArr, }).then((res) => { if (res.code === 200) { + this.$message({ type: "success", message: "鍒犻櫎鐢ㄦ埛淇℃伅鎴愬姛", -- Gitblit v1.8.0