From b9eee33b8d3f3adf57fd40a9ff225c6717d20158 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期五, 15 十二月 2023 14:27:17 +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 7be535c..f81f4a0 100644
--- a/src/main/webapp/views/home/map.html
+++ b/src/main/webapp/views/home/map.html
@@ -51,7 +51,7 @@
 
         .pointBox {
             background: #fffef9;
-            width: 80px;
+            width: 300px;
             height: 35px;
             margin-right: 1px;
             display: flex;
@@ -446,7 +446,7 @@
             <div class="pointContainer" v-for="(x,index) in map" :key="index">
                 <div v-if="index != 0 && (index != map.length-1)" v-for="(y,idx) in x" :key="idx">
                     <div v-if="idx != 0 && (idx != map[index].length-1)">
-                        <div v-if="map[index][idx].value < 0" class="pointBox"></div>
+                        <div v-if="map[index][idx].value < 0" style="visibility: hidden;" class="pointBox"></div>
 
                         <!--搴撲綅-->
                         <div v-else-if="map[index][idx].value  == 0" @contextmenu.prevent="rightEvent(index,idx,$event)">

--
Gitblit v1.9.1