From 7635213630830c4cbb9ff6ada69ba9b5c8a35d42 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 03 Apr 2025 11:05:34 +0800
Subject: [PATCH] feat: 地图居中点调整

---
 src/views/SignMachineNest/components/MachineRight/MachineStatus.vue |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/views/SignMachineNest/components/MachineRight/MachineStatus.vue b/src/views/SignMachineNest/components/MachineRight/MachineStatus.vue
index 197277b..16d9c0c 100644
--- a/src/views/SignMachineNest/components/MachineRight/MachineStatus.vue
+++ b/src/views/SignMachineNest/components/MachineRight/MachineStatus.vue
@@ -66,7 +66,7 @@
       </div>
     </div>
   </div>
-  <!-- <MachineTableDetails :dialogVisible="isShowDetails" /> -->
+   <MachineTableDetails v-model:show="isShowDetails"/>
 </template>
 
 <script setup>
@@ -75,6 +75,7 @@
 import { EModeCode, EDockModeText, EModeText } from '@/utils/staticData/device';
 import { getLnglatAltitude } from '@/utils/cesium/mapUtil.js';
 import { useStore } from 'vuex';
+import MachineTableDetails from '@/views/SignMachineNest/components/MachineRight/components/MachineTableDetails.vue';
 
 const store = useStore();
 // 获取机巢信息
@@ -269,7 +270,7 @@
     );
     opacity: 0.85;
     margin: 2px 0 13 0;
-    
+
     padding: 8px 0px 20px 18px;
     .info {
       display: flex;
@@ -323,16 +324,16 @@
             color: #FFB26A;
             margin-right: 10px;
           }
-          .wb {    
+          .wb {
             width: 60px;
-            height: 20px;       
+            height: 20px;
             background: rgba(255,106,106,0.2);
             border-radius: 4px 4px 4px 4px;
             border: 1px solid #FF6A6A;
             color: #FF6A6A;
           }
         }
-      
+
       }
     }
     .status {
@@ -341,7 +342,7 @@
       gap: 10px 20px;
       margin-top: 18px;
       .card {
-        width: calc(33.33% - 14px); 
+        width: calc(33.33% - 14px);
       }
       img {
         width: 16px;
@@ -370,4 +371,4 @@
       }
     }
  }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3