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 | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 44a56a5..716ce59 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -154,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;
@@ -453,3 +463,11 @@
// .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