From 636e651b6d537f6533b731947c7f7447a8ce12db Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 29 Jan 2021 14:47:22 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into master

---
 public/map/widgets/realTimePolice/RealTimePolice.css |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/public/map/views/map/widgets/realTimePolice/RealTimePolice.css b/public/map/widgets/realTimePolice/RealTimePolice.css
similarity index 97%
rename from public/map/views/map/widgets/realTimePolice/RealTimePolice.css
rename to public/map/widgets/realTimePolice/RealTimePolice.css
index 8d75ef0..090ffe4 100644
--- a/public/map/views/map/widgets/realTimePolice/RealTimePolice.css
+++ b/public/map/widgets/realTimePolice/RealTimePolice.css
@@ -96,7 +96,7 @@
     transform: translate(0, -50%);
     width: 8px;
     height: 8px;
-    background: url('../../../../images/select-bg.png') repeat;
+    background: url('/images/select-bg.png') repeat;
     background-size: 100% 100%;
 }
 
@@ -484,7 +484,7 @@
     right: 8px;
     width: 24px;
     height: 24px;
-    background: url('../../images/close-white.png') no-repeat;
+    background: url('/images/close-white.png') no-repeat;
     background-size: 100% 100%;
 }
 
@@ -494,17 +494,17 @@
     right: 48px;
     width: 24px;
     height: 24px;
-    background: url('../../images/turn-on-the-alarm.png') no-repeat;
+    background: url('/images/turn-on-the-alarm.png') no-repeat;
     background-size: 100% 100%;
 }
 
 .layer-realtime-police .layer-header .audio.open {
-    background: url('../../images/turn-on-the-alarm.png') no-repeat;
+    background: url('/images/turn-on-the-alarm.png') no-repeat;
     background-size: 100% 100%;
 }
 
 .layer-realtime-police .layer-header .audio.close {
-    background: url('../../images/turn-off-the-alarm.png') no-repeat;
+    background: url('/images/turn-off-the-alarm.png') no-repeat;
     background-size: 100% 100%;
 }
 

--
Gitblit v1.9.3