From ea1d5d98f246db71c8ef1b1e63ef5ed4e363881f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 26 Apr 2021 09:22:20 +0800
Subject: [PATCH] logo页面更改

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

diff --git a/public/map/widgets/securityMap/SecurityMap.css b/public/map/widgets/securityMap/SecurityMap.css
index 607af90..6e06802 100644
--- a/public/map/widgets/securityMap/SecurityMap.css
+++ b/public/map/widgets/securityMap/SecurityMap.css
@@ -52,13 +52,17 @@
 
 .tips {
     width: 120px;
-    height: 18px;
+    height: 26px;
     background-color: #ffffff;
     position: absolute;
     display: none;
+    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