From 3c0bcd367dbc9aff25202d1a8ec2eb143f3e8261 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期一, 16 一月 2023 14:52:09 +0800
Subject: [PATCH] 按钮大小调整

---
 src/views/AuthorizationManagement/userRoleAuthorization.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/AuthorizationManagement/userRoleAuthorization.vue b/src/views/AuthorizationManagement/userRoleAuthorization.vue
index 02aa114..07cd281 100644
--- a/src/views/AuthorizationManagement/userRoleAuthorization.vue
+++ b/src/views/AuthorizationManagement/userRoleAuthorization.vue
@@ -114,7 +114,7 @@
             size="small"
             :disabled="roleid == null ? true : false"
             @click="adduser"
-            style="background: #409eff"
+           
           >{{ $t('operatManage.UserRoleAuthorizationObj.Added') }}</el-button>
           <el-button
             v-if="menuStatus.delete"
@@ -209,11 +209,11 @@
         slot="footer"
         class="dialog-footer"
       >
-        <el-button @click="dialogTableVisible = false">{{
+        <el-button size="small" @click="dialogTableVisible = false">{{
           $t('dataManage.dictionaryManageObj.cancel')
         }}</el-button>
         <el-button
-          style="background: #409eff; border: 1px solid #409eff; color: white"
+          size="small"      type="primary"
           @click="addConfirm"
         >{{ $t('dataManage.dictionaryManageObj.confirm') }}</el-button>
       </div>

--
Gitblit v1.9.3