From 15fcf6a04e05480a57d2c416f2589487fee34241 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 15 Jul 2021 17:48:07 +0800
Subject: [PATCH] 冲突 样式小改
---
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