From 79e942ec0ab33b0e6b6590bdc51d005dfef8dadb Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期日, 24 十一月 2024 18:46:41 +0800
Subject: [PATCH] 1.画板布局

---
 src/components/device-info.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/components/device-info.vue b/src/components/device-info.vue
index 07c9b5c..b216632 100644
--- a/src/components/device-info.vue
+++ b/src/components/device-info.vue
@@ -90,10 +90,10 @@
         <div
           class="button-to-check"
           v-if="
-            device_info?.status==1 ||
-            device_info?.status==2 ||
-            device_info?.status==3 ||
-            device_info?.status==4 
+            device_info?.statusInt==1 ||
+            device_info?.statusInt==2 ||
+            device_info?.statusInt==3 ||
+            device_info?.statusInt==4 
           "
 
           @click="statusPort(index)"
@@ -220,7 +220,7 @@
       width: 49rem;
       position: absolute;
       // top: -31.5rem;
-      top: -46.5rem;
+      top: -44.9rem;
       transform: translate(-48%, 0%);
       left: 50%;
       z-index: 120;
@@ -330,6 +330,7 @@
 .info-container {
   display: flex;
   justify-content: space-between;
+  height:100%;
 }
 
 .info-block {

--
Gitblit v1.9.3