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/views/map/carGps.vue |    2 +-
 src/views/map/gunGps.vue |    2 +-
 src/styles/map.scss      |   22 +++++++++++++++++++---
 3 files changed, 21 insertions(+), 5 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;
+}
diff --git a/src/views/map/carGps.vue b/src/views/map/carGps.vue
index 37d43a0..f428559 100644
--- a/src/views/map/carGps.vue
+++ b/src/views/map/carGps.vue
@@ -102,7 +102,7 @@
 
                 <li>
                   <div>选择时间:</div>
-                  <div>
+                  <div class="datetime">
                     <el-date-picker
                       v-model="trackTime"
                       type="datetimerange"
diff --git a/src/views/map/gunGps.vue b/src/views/map/gunGps.vue
index 70192f7..2d43106 100644
--- a/src/views/map/gunGps.vue
+++ b/src/views/map/gunGps.vue
@@ -112,7 +112,7 @@
 
                 <li>
                   <div>选择时间:</div>
-                  <div>
+                  <div class="datetime">
                     <el-date-picker
                       v-model="trackTime"
                       type="datetimerange"

--
Gitblit v1.9.3