From d40f7acd9f1bef59c63dd45323bbe38a3d489b2e Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 19 Jul 2021 19:48:54 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/jfptweb-publicSecurity

---
 src/styles/element-ui.scss |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index c694f60..3deeb9c 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -146,8 +146,8 @@
   color: $fontColor !important;
 }
 .el-menu-item:hover {
-  // background-color: $mainBhover !important;
-  color: red !important;
+  background-color: $mainBhover !important;
+  // color: red !important;
 }
 .el-input__inner {
   background-color: $inputB !important;
@@ -408,3 +408,16 @@
 .avue-main {
   background-color: $mainBx2 !important;
 }
+
+//角色管理 权限设置
+.el-tabs--border-card {
+  background-color: $mainB !important;
+}
+
+.el-tabs--border-card > .el-tabs__header {
+  background-color: $mainB !important;
+}
+.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
+  background-color: transparent !important;
+  border-bottom: 1px solid $mainB !important;
+}

--
Gitblit v1.9.3