From 282563ed2b86a1d319a3db27a870d65ca33a14cb Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Sat, 24 Apr 2021 11:58:52 +0800
Subject: [PATCH] 电子围栏提示音样式修改

---
 public/map/widgets/securityMap/SecurityMap.js |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/public/map/widgets/securityMap/SecurityMap.js b/public/map/widgets/securityMap/SecurityMap.js
index edf7cba..bdedbcb 100644
--- a/public/map/widgets/securityMap/SecurityMap.js
+++ b/public/map/widgets/securityMap/SecurityMap.js
@@ -160,8 +160,8 @@
         editToolbarStatus: false,
 
         //基础路径
-        //pathUrl: "http://localhost:89",
-        pathUrl: "https://web.byisf.com/api/blade-jfpts",
+        pathUrl: "http://localhost:89",
+        //pathUrl: "https://web.byisf.com/api/blade-jfpts",
 
         // 电子围栏需要新增的Id
         newElectronicFenceId: null,
@@ -534,8 +534,10 @@
 
                 //编辑电子围栏提示语
                 if (that.editToolbarStatus) {
-                    $("#securityMapTips4").css("width", "200px");
-                    $("#securityMapTips4").css("height", "36");
+                    $("#securityMapTips4").css("width", "220px");
+                    $("#securityMapTips4").css("height", "40px");
+                    $("#securityMapTips4").css("line-height", "20px");
+                    $("#securityMapTips4 span").css("line-height", "20px");
                     var scrollTop = document.documentElement.scrollTop || document.body.scrollTop;
                     var scrollLeft = document.documentElement.scrollLeft || document.body.scrollLeft;
                     oDiv4.style.left = oEvent.clientX + scrollLeft + 15 + 'px';

--
Gitblit v1.9.3