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/Home/components/HomeLeft/OverviewNext.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/Home/components/HomeLeft/OverviewNext.vue b/src/views/Home/components/HomeLeft/OverviewNext.vue
index 90c1219..d510e3f 100644
--- a/src/views/Home/components/HomeLeft/OverviewNext.vue
+++ b/src/views/Home/components/HomeLeft/OverviewNext.vue
@@ -94,12 +94,12 @@
 const tableList = ref([]);
 // 机巢列表数据
 const getTableList = () => {
-  const params = { 
-    nickname: searchText.value, 
-    is_execute: false, 
-    type: 1, 
-    current: pageParams.value.current, 
-    size: pageParams.value.size 
+  const params = {
+    nickname: searchText.value,
+    is_execute: false,
+    type: 1,
+    current: pageParams.value.current,
+    size: pageParams.value.size
   };
   selectDevicePage(params).then((res) => {
     // if (res.data.code !== 0) return;
@@ -171,8 +171,8 @@
       line-height: 19px;
       .value {
         font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
-        margin-left: 8px;
         font-size: 26px;
+        text-align: center;
       }
     }
     .status {

--
Gitblit v1.9.3