From 63ad2c3598400370dd7da5534659fd7e768a0a4a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 May 2022 17:29:46 +0800
Subject: [PATCH] 地址替换
---
src/styles/element-ui.scss | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 1ea4d1e..716ce59 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -113,6 +113,7 @@
.el-table__body tr.hover-row > td {
background-color: $mainBhover !important;
}
+
.el-button--text {
color: $fontColor !important;
}
@@ -153,6 +154,16 @@
background-color: $inputB !important;
color: $fontColor !important;
}
+
+.el-range-input{
+ background-color: $inputB !important;
+ color: $fontColor !important;
+}
+
+.el-date-editor .el-range-separator{
+ color: $fontColor !important;
+}
+
.el-tree-node__content {
background-color: $mainB !important;
color: $fontColor !important;
@@ -435,3 +446,28 @@
.el-message-box__title {
color: #fff !important;
}
+
+//时间选择器颜色
+.el-date-picker__header-label {
+ color: #fff !important;
+}
+
+.el-time-spinner__item {
+ color: rgb(197, 197, 197) !important;
+}
+
+.el-time-spinner__item.active:not(.disabled) {
+ color: #fff !important;
+}
+
+// .activitys .el-form-item__content {
+// width: 200px !important;
+// }
+.avue-map .el-input-group__append {
+ border: 1px solid #fff;
+}
+
+.mapClassTip {
+ position: relative;
+ left: -100px;
+}
--
Gitblit v1.9.3