From 53a64948ba22c1df21424179efb7317aafd2d1f3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 23 Jul 2021 14:24:10 +0800
Subject: [PATCH] 地图input 选择时间后字体颜色

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

diff --git a/src/styles/map.scss b/src/styles/map.scss
index 01a452d..c0a2cfb 100644
--- a/src/styles/map.scss
+++ b/src/styles/map.scss
@@ -22,7 +22,7 @@
       top: 10px;
       left: 10px;
       right: 10px;
-      bottom: 10px;;
+      bottom: 10px;
       margin: 10px;
       padding: 0px;
       // height: calc(100% - 40px) !important;
@@ -59,6 +59,7 @@
   .datetime {
     input {
       background: #004ca7 !important;
+      color: #fff !important;
       &::-webkit-input-placeholder {
         /* WebKit browsers */
         color: #fff !important;

--
Gitblit v1.9.3