From 0f16db42e4e331bfaf084c27ca602c275e87668d Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 28 Oct 2025 18:07:42 +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