From 315a992040f91b5dc4742f6a34576157b568b803 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 23 Apr 2021 17:32:00 +0800
Subject: [PATCH] 处警管理新增新增电子围栏时的提示语,新增编辑按钮,只有点了编辑按钮后才可编辑电子围栏

---
 public/map/widgets/securityMap/SecurityMap.css |   34 ++++++++++++++++++++++++++++++++--
 1 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/public/map/widgets/securityMap/SecurityMap.css b/public/map/widgets/securityMap/SecurityMap.css
index 666c505..607af90 100644
--- a/public/map/widgets/securityMap/SecurityMap.css
+++ b/public/map/widgets/securityMap/SecurityMap.css
@@ -1,10 +1,10 @@
 .mapBtn {
     background-color: #ffffff;
-    width: 14vh;
+    width: 20.4vh;
     height: 4vh;
     position: relative;
     top: 3vh;
-    right: -45vh;
+    right: -22vh;
     border-radius: 5px;
 }
 
@@ -22,6 +22,10 @@
     letter-spacing: 1.5px;
 }
 
+.editBtn {
+    float: left;
+}
+
 .mapBtn img {
     position: relative;
     left: 1.2vh;
@@ -31,4 +35,30 @@
 a:hover {
     color: #3385FF;
     cursor: pointer;
+}
+
+.insBtn:hover {
+    cursor: pointer;
+    color: #3385FF;
+}
+
+.editBtn:hover {
+    cursor: pointer;
+}
+
+.delBtn:hover {
+    cursor: pointer;
+}
+
+.tips {
+    width: 120px;
+    height: 18px;
+    background-color: #ffffff;
+    position: absolute;
+    display: none;
+}
+
+.tips span {
+    line-height: 18px;
+    font-size: 10px;
 }
\ No newline at end of file

--
Gitblit v1.9.3