From 24712d1fa40f157892f3d0546572953ca696ebc2 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期二, 29 十一月 2022 16:42:10 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui

---
 src/views/systemSetting/device/grid/components/header/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/systemSetting/device/grid/components/header/index.vue b/src/views/systemSetting/device/grid/components/header/index.vue
index c2ef3b6..f92bea3 100644
--- a/src/views/systemSetting/device/grid/components/header/index.vue
+++ b/src/views/systemSetting/device/grid/components/header/index.vue
@@ -10,7 +10,7 @@
             </div>
             <div class="addUser">
                 <!-- :before-close="handleClose" -->
-                <el-button class="addBtn" type="primary" @click="dialogCreate = true">娣诲姞鐢ㄦ埛</el-button>
+                <el-button class="addBtn button-addition" type="primary" @click="dialogCreate = true">娣诲姞鐢ㄦ埛</el-button>
                 <el-dialog :visible.sync="dialogCreate" title="鏂板缃戞牸鍛�" width="60%" v-if="dialogCreate"
                     :before-close="handleClose">
                     <createUser @sendDialog="sendDialog" />

--
Gitblit v1.8.0