From 233e4fc4f35bd00a36ee34a7fbf5e47b41db26db Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 17 Nov 2025 09:54:44 +0800
Subject: [PATCH] feat:更新初始化地形

---
 src/views/dataCenter/components/dataCenterMap.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/dataCenter/components/dataCenterMap.vue b/src/views/dataCenter/components/dataCenterMap.vue
index 417a42c..3dd006b 100644
--- a/src/views/dataCenter/components/dataCenterMap.vue
+++ b/src/views/dataCenter/components/dataCenterMap.vue
@@ -1,5 +1,5 @@
 <template>
-  <el-dialog modal-class="mapDialog"  v-model="isShow" width="80%">
+  <el-dialog modal-class="mapDialog"  v-model="isShow" width="80%" class="ztzf-dialog-mange">
      <template #header="{ titleId, titleClass }">
           <div class="my-header">
             <h4 :id="titleId" :class="titleClass">定位</h4>
@@ -202,6 +202,7 @@
       flatMode: false,
       terrain: false,
       mapFilter: true,
+      layerMode: 4
     });
     viewer = publicCesiumInstance.getViewer();
     viewerRef.value = viewer;
@@ -311,6 +312,7 @@
 
 <style scoped lang="scss">
 .mapBox {
+  margin-top: 10px;
   z-index: 2;
   height: 650px;
   width: 98%;

--
Gitblit v1.9.3