From fde4758dd43927cce678d99ffe71e05931616f26 Mon Sep 17 00:00:00 2001 From: “dzb” <2632970487@qq.com> Date: 星期日, 09 十月 2022 10:46:35 +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