From 9f38fea89b6e0be1e42c4edc758f11bb7e6118ea Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 29 Jan 2021 14:21:09 +0800
Subject: [PATCH] 地图
---
public/map/widgets/policeDispatching/PoliceDispatching.css | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/public/map/views/map/widgets/aPoliceTeam/APoliceTeam.css b/public/map/widgets/policeDispatching/PoliceDispatching.css
similarity index 98%
copy from public/map/views/map/widgets/aPoliceTeam/APoliceTeam.css
copy to public/map/widgets/policeDispatching/PoliceDispatching.css
index beda3f0..8373db4 100644
--- a/public/map/views/map/widgets/aPoliceTeam/APoliceTeam.css
+++ b/public/map/widgets/policeDispatching/PoliceDispatching.css
@@ -7,13 +7,13 @@
}
div[open-li='police-dispatching']>ul {
- display: none;
+ display: flex;
height: 36px;
line-height: 36px;
}
div[open-li='police-dispatching']>ul>li {
- /* flex: 1; */
+ flex: 1;
font-size: 16px;
text-align: center;
color: #a5a5a5;
@@ -35,7 +35,7 @@
/* 分析研判内容容器 */
.police-container {
position: relative;
- height: calc(100%);
+ height: calc(100% - 38px);
font-size: 14px;
}
@@ -266,7 +266,7 @@
right: 8px;
width: 24px;
height: 24px;
- background: url('views/map/images/close.png') no-repeat;
+ background: url('../../images/close.png') no-repeat;
background-size: 100% 100%;
cursor: pointer;
}
@@ -506,7 +506,7 @@
transform: translate(0, -50%);
width: 16px;
height: 16px;
- background: url('../../../../images/select-bg.png') repeat;
+ background: url('../../images/select-bg.png') repeat;
background-size: 100% 100%;
}
@@ -755,7 +755,7 @@
transform: translate(0, -50%);
width: 16px;
height: 16px;
- background: url('../../../../images/select-bg.png') repeat;
+ background: url('../../images/select-bg.png') repeat;
background-size: 100% 100%;
}
--
Gitblit v1.9.3