From bec79d7b98d7aaf67e9c8f56083ff9f689f266c3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 15 Jul 2021 17:32:12 +0800
Subject: [PATCH] 蓝色主题 修改 和监管处罚创建
---
src/styles/top.scss | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/src/styles/top.scss b/src/styles/top.scss
index a3f9b81..13a9df5 100644
--- a/src/styles/top.scss
+++ b/src/styles/top.scss
@@ -1,9 +1,14 @@
+@import "./ourBackgroundColor.scss";
$height:64px;
+.el-dropdown{
+ color: $fontColor !important;
+}
.avue-top {
padding: 0 20px;
position: relative;
- box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
- color: rgba(0, 0, 0, .65);
+ box-shadow: 0 1px 2px 0 $fontColor;
+ // color: rgba(0, 0, 0, .65);
+ color: $fontColor;
font-size: 28px;
height: $height;
line-height: $height;
@@ -17,6 +22,7 @@
.el-menu--horizontal>.el-menu-item {
height: $height;
line-height: $height;
+ color: $fontColor !important;
}
}
.avue-breadcrumb {
@@ -44,6 +50,7 @@
top:0;
width: 400px !important;
.el-input__inner {
+ border: 1px solid #fff !important;
font-size: 13px;
border: none;
background-color: transparent;
--
Gitblit v1.9.3