From cb4f968b7eeea4ce1fc86208969769edc206d2ce Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sun, 25 Apr 2021 21:23:43 +0800
Subject: [PATCH] websocket测试

---
 public/map/widgets/securityMap/SecurityMap.css |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/public/map/widgets/securityMap/SecurityMap.css b/public/map/widgets/securityMap/SecurityMap.css
index 1c5a942..6e06802 100644
--- a/public/map/widgets/securityMap/SecurityMap.css
+++ b/public/map/widgets/securityMap/SecurityMap.css
@@ -52,14 +52,17 @@
 
 .tips {
     width: 120px;
-    height: 18px;
+    height: 26px;
     background-color: #ffffff;
     position: absolute;
     display: none;
-    border-radius: 5px;
+    border-radius: 4px;
+    border: 1px solid #3385FF;
 }
 
 .tips span {
-    line-height: 18px;
+    line-height: 26px;
     font-size: 10px;
+    position: absolute;
+    left: 7px;
 }
\ No newline at end of file

--
Gitblit v1.9.3