From 4e6dd4f6d63ed5e563603927eed742ec923b25da Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 23 Jul 2021 14:10:59 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_regulatory
---
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 28f48ef..01a452d 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%;
@@ -54,3 +54,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