From 5777747d4a7c0ae28a445fd5fa4cf5207ea8d9eb Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期三, 30 十一月 2022 14:54:39 +0800
Subject: [PATCH] fix:修改
---
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