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/aPoliceTeam/APoliceTeam.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/map/views/map/widgets/aPoliceTeam/APoliceTeam.css b/public/map/widgets/aPoliceTeam/APoliceTeam.css
similarity index 98%
copy from public/map/views/map/widgets/aPoliceTeam/APoliceTeam.css
copy to public/map/widgets/aPoliceTeam/APoliceTeam.css
index beda3f0..b2be15b 100644
--- a/public/map/views/map/widgets/aPoliceTeam/APoliceTeam.css
+++ b/public/map/widgets/aPoliceTeam/APoliceTeam.css
@@ -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