From 5fb6a22802318375b003c0319287553673878690 Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期五, 24 十一月 2023 17:57:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/views/WorkshopSignage.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/WorkshopSignage.vue b/src/views/WorkshopSignage.vue
index 7c0379b..645ebbd 100644
--- a/src/views/WorkshopSignage.vue
+++ b/src/views/WorkshopSignage.vue
@@ -17,11 +17,11 @@
         <a-button type="primary" icon="save" size="large" @click="saveDevicePositionAndSizeByApi">淇濆瓨浣嶇疆</a-button>
       </div>
       <div class="device-status-info">
-        <div v-for="item in deviceStatusList" :key="item.value" class="single-status-info">
+        <a-space v-for="item in deviceStatusList" :key="item.value" class="single-status-info">
           <div>{{ item.label }}</div>
           <div class="status-square" :style="{ backgroundColor: item.color }"></div>
           <div>{{ getDeviceNumberByStatus(item.value) }}</div>
-        </div>
+        </a-space>
       </div>
     </header>
 
@@ -340,10 +340,10 @@
         justify-content: space-between;
 
         .single-status-info {
-          width: 60px;
-          display: flex;
-          align-items: center;
-          justify-content: space-between;
+          /*width: 70px;*/
+          /*display: flex;*/
+          /*align-items: center;*/
+          /*justify-content: space-between;*/
 
           .status-square {
             width: 14px;

--
Gitblit v1.9.3