From 963a2313f4f8959715293d38f69894078150d508 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期五, 14 六月 2024 11:29:47 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/smart-web

---
 src/views/console/authority/role/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/console/authority/role/index.vue b/src/views/console/authority/role/index.vue
index e634ebd..557a1cc 100644
--- a/src/views/console/authority/role/index.vue
+++ b/src/views/console/authority/role/index.vue
@@ -369,7 +369,7 @@
 	line-height: 41px;
 	font-size: 14px;
 	text-align: center;
-	background-color: #3b8e8e;
+	background-color: #409eff;
 	color: #fff;
 }
 .rolePage .roleContainer ul {
@@ -389,7 +389,7 @@
 }
 .rolePage .roleContainer ul li .active {
 	font-weight: bold;
-	color: #3b8e8e;
+	color: #409eff;
 }
 .rolePage .roleContainer ul li:hover {
 	background-color: #f5f7fa;
@@ -411,7 +411,7 @@
 .role-main-title {
 	padding: 6px 10px;
     font-size: 14px;
-    background-color: #d8e8d8;
+    background-color: #9dc7f2;
     margin-bottom: 8px;
     border-radius: 2px;
 }
@@ -431,7 +431,7 @@
     text-overflow: ellipsis;
 }
 .role-main-header ul li.titleActive {
-	border: 1px solid #3b8e8e;
+	border: 1px solid #409eff;
 }
 .role-main-header ul li.role-header-add {
 	display: inline-block;

--
Gitblit v1.9.3