From 8b887f86a35b9711135087c9fc54f85a6ebf50d5 Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期五, 08 三月 2024 09:14:03 +0800
Subject: [PATCH] update

---
 src/container/mapPreview/mapPreview.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/container/mapPreview/mapPreview.vue b/src/container/mapPreview/mapPreview.vue
index 92cc7a4..5e984d8 100644
--- a/src/container/mapPreview/mapPreview.vue
+++ b/src/container/mapPreview/mapPreview.vue
@@ -1,8 +1,8 @@
 <!--
  * @Date: 2024-01-05 23:47:53
  * @LastEditors: Sneed
- * @LastEditTime: 2024-01-14 16:50:48
- * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/Map/Map.vue
+ * @LastEditTime: 2024-03-08 09:12:51
+ * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/mapPreview/mapPreview.vue
 -->
 <template>
     <div class="map">
@@ -437,6 +437,7 @@
         position: relative;
         display: flex;
         flex-direction: column;
+        background: rgba(0,0,0,.6);
     }
 }
 

--
Gitblit v1.9.3