From 248f2f32b0f1e406a8110f0839702914a9c3ca0a Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 03 六月 2024 09:17:23 +0800
Subject: [PATCH] css
---
 admin/src/components/business/OperaMemberRoleWindow.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/admin/src/components/business/OperaMemberRoleWindow.vue b/admin/src/components/business/OperaMemberRoleWindow.vue
index a581c65..5ed9027 100644
--- a/admin/src/components/business/OperaMemberRoleWindow.vue
+++ b/admin/src/components/business/OperaMemberRoleWindow.vue
@@ -2,7 +2,7 @@
     <GlobalWindow
         :title="title"
         :visible.sync="visible"
-        width="900px"
+        width="70%"
         :confirm-working="isWorking"
         @confirm="confirm"
     >
@@ -145,7 +145,7 @@
         })
             .then(() => {
               this.visible = false
-              this.$tip.apiSuccess('鏂板缓鎴愬姛')
+              this.$tip.apiSuccess('鎺堟潈鎴愬姛锛屽彲鍓嶅線銆愪汉鍛樻巿鏉冭褰曘�戞煡鐪嬩笅鍙戣繘搴�')
               this.$emit('success')
             })
             .catch(e => {
--
Gitblit v1.9.3