From 19e7556516434ce04850f6cb7c9f42f1534ba151 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 14 Jul 2021 18:06:22 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory
---
src/styles/theme/bule.scss | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 51 insertions(+), 3 deletions(-)
diff --git a/src/styles/theme/bule.scss b/src/styles/theme/bule.scss
index 258b0a8..202ce46 100644
--- a/src/styles/theme/bule.scss
+++ b/src/styles/theme/bule.scss
@@ -1,5 +1,5 @@
.theme-bule{
-
+
.avue-header,.avue-logo{
background: #004ca7;
}
@@ -29,7 +29,7 @@
}
}
.avue-top{
-
+
.el-menu-item {
i,
span {
@@ -43,4 +43,52 @@
}
}
}
-}
\ No newline at end of file
+}
+
+
+.theme-deep-bule{
+
+ .avue-header,.avue-logo{
+ background: #19305C;
+ }
+ .avue-sidebar{
+ background: #19305C;
+ .el-menu-item.is-active, .el-submenu__title.is-active {
+ background-color: rgba(0, 0, 0, 0.2);
+ }
+ }
+ .el-dropdown{
+ color: #fff;
+ }
+ .avue-logo{
+ .avue-logo_title{
+ color:#fff;
+ }
+ }
+ .avue-breadcrumb{
+ i{
+ color:#fff;
+ }
+ }
+
+ .top-bar__item {
+ i {
+ color: #fff;
+ }
+ }
+ .avue-top{
+
+ .el-menu-item {
+ i,
+ span {
+ color: #fff;
+ }
+ &:hover {
+ i,
+ span {
+ color: #fff;
+ }
+ }
+ }
+ }
+}
--
Gitblit v1.9.3