From 6995a96cc2380db13bb2295de107294258ae4c63 Mon Sep 17 00:00:00 2001
From: WX <1377869194@qq.com>
Date: 星期一, 04 九月 2023 17:49:08 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.20.92:8888/r/PM20230220027_Web

---
 src/views/Map/mapView.vue |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/views/Map/mapView.vue b/src/views/Map/mapView.vue
index 4f9cfd1..122a5ce 100644
--- a/src/views/Map/mapView.vue
+++ b/src/views/Map/mapView.vue
@@ -1,9 +1,7 @@
 <template>
-  <div
-    id="cesiumContainer"
-    class="cesiumContainer"
-  >
-
+  <div class="MapViewBox">
+    <div id="cesiumContainer">
+    </div>
   </div>
 </template>
 
@@ -35,7 +33,7 @@
 </script>
 
 <style  lang="less" scoped>
-.cesiumContainer {
+.MapViewBox {
   width: 100%;
   height: 100%;
   margin: 0;

--
Gitblit v1.9.3