From c697d0f89b2123e3241027ebf04f5fa260ef792b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 16 Jul 2021 10:11:49 +0800
Subject: [PATCH] 样式!
---
src/styles/element-ui.scss | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 7f61ce9..d927f87 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -332,3 +332,34 @@
.el-dropdown-menu__item a {
color: $fontColor !important;
}
+
+//top导航颜色
+.avue-header {
+ background-color: $mainB !important;
+}
+
+//选取时间
+.el-picker-panel {
+ background-color: $mainB !important;
+ color: $fontColor !important;
+}
+
+.el-date-table td.in-range div,
+.el-date-table td.in-range div:hover,
+.el-date-table.is-week-mode .el-date-table__row.current div,
+.el-date-table.is-week-mode .el-date-table__row:hover div {
+ background-color: $inputB1 !important;
+ color: $fontColor !important;
+}
+
+.el-picker-panel__footer {
+ background-color: $mainB !important;
+ color: $fontColor !important;
+}
+.el-date-table th {
+ color: $fontColor !important;
+}
+
+.el-range-editor--small .el-range-input {
+ background-color: transparent !important;
+}
--
Gitblit v1.9.3