From aa978b64011a887fdad0cf98ccce904f4b25d6b5 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 23 Sep 2025 10:13:50 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v6.0/6.0.3' into feature/v6.0/6.0.4

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

diff --git a/src/views/dataCenter/components/dataCenterMap.vue b/src/views/dataCenter/components/dataCenterMap.vue
index 48932cd..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>
@@ -312,6 +312,7 @@
 
 <style scoped lang="scss">
 .mapBox {
+  margin-top: 10px;
   z-index: 2;
   height: 650px;
   width: 98%;

--
Gitblit v1.9.3