From ccedc2e714c01d51f8eb986c6549ea701811f4bb Mon Sep 17 00:00:00 2001
From: “dzb” <2632970487@qq.com>
Date: 星期六, 08 十月 2022 18:07:44 +0800
Subject: [PATCH] 新增运营管理中基础设置的违规违建类型添加,添加一些取消按钮的实现

---
 src/views/systemSetting/baseSetting/role/updateUser/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/systemSetting/baseSetting/role/updateUser/index.vue b/src/views/systemSetting/baseSetting/role/updateUser/index.vue
index 5905a11..b697ddf 100644
--- a/src/views/systemSetting/baseSetting/role/updateUser/index.vue
+++ b/src/views/systemSetting/baseSetting/role/updateUser/index.vue
@@ -4,7 +4,6 @@
             <div class="mainContent">
                 <div class="my-tree">
                     <div class="my-tree__wrap">
-                        <!-- @node-click="handleNodeClick" -->
                         <el-tree ref="tree" :data="roleList" :props="defaultProps"  show-checkbox
                             @check="handleCheck" :default-checked-keys="checkedIds" default-expand-all node-key="id">
                         </el-tree>
@@ -160,7 +159,7 @@
                     position: absolute;
                     left: 0px;
                     bottom: 0px;
-                    background-color: #17324c;
+                    background-color: #09152f;
                     width: 100%;
                     height: 20px;
                     border-bottom-left-radius: 4px;
@@ -169,7 +168,7 @@
                     position: absolute;
                     right: 0px;
                     top: 0px;
-                    background-color: #17324c;
+                    background-color: #09152f;
                     width: 20px;
                     height: 100%;
                 }

--
Gitblit v1.8.0