From 80c9c53a22aaac5e8cd2ad051fb29a7d201a1131 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期六, 09 九月 2023 09:45:03 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/home/map.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/home/map.html b/src/main/webapp/views/home/map.html
index bf23ea1..2b1748e 100644
--- a/src/main/webapp/views/home/map.html
+++ b/src/main/webapp/views/home/map.html
@@ -17,14 +17,14 @@
         .pointContainer {
             display: flex;
             justify-content: center;
-            margin-top: 1px;
+            /*margin-top: 1px;*/
         }
 
         .pointBox {
             background: #bababa;
             width: 40px;
             height: 40px;
-            margin-right: 1px;
+            /*margin-right: 1px;*/
             display: flex;
             justify-content: center;
             align-items: center;

--
Gitblit v1.9.1