Hwf před 8 měsíci
rodič
revize
1ab96144fe

+ 1 - 0
src/components/Map/MapLogical.vue

@@ -117,6 +117,7 @@ onUnmounted(() => {
     width: 4196px;
     height: 1548px;
     background: url('@/assets/images/map/circle.png');
+    pointer-events: none;
   }
   #map {
     width: 100%;

+ 1 - 1
src/views/emergencyCommandMap/LeftSection/VideoMonitor.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="video-card">
-    <div class="title gradient-text">视频监控22</div>
+    <div class="title gradient-text">视频监控</div>
     <div class="more-btn" @click="showVideoMonitorList">查看更多</div>
     <div class="card-content video-list">
       <div v-for="(item, index) in listData" :key="index" class="video-box">