From 9b3afbc65993c4438d4b5eba748a1f1115620ce2 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 23 Jul 2021 11:53:16 +0800
Subject: [PATCH] input 颜色  地图部分

---
 src/styles/map.scss |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/src/styles/map.scss b/src/styles/map.scss
index 18c74e3..73472b4 100644
--- a/src/styles/map.scss
+++ b/src/styles/map.scss
@@ -1,6 +1,6 @@
 // 保安人员管理相关样式
 #avue-view {
-  &>.morpheus-map-box {
+  & > .morpheus-map-box {
     position: absolute;
     top: 40px;
     left: 0px;
@@ -10,10 +10,10 @@
   }
 }
 
-.morpheus-map-box>.el-col {
+.morpheus-map-box > .el-col {
   height: 100%;
 
-  &>.el-card {
+  & > .el-card {
     position: relative;
     height: 100%;
 
@@ -52,3 +52,19 @@
     overflow-y: auto !important;
   }
 }
+
+.track-box {
+  .datetime {
+    input {
+      background: #004ca7 !important;
+      &::-webkit-input-placeholder {
+        /* WebKit browsers */
+        color: #fff !important;
+      }
+    }
+  }
+}
+
+.el-date-editor .el-range-separator {
+  color: #fff !important;
+}

--
Gitblit v1.9.3