From 5cbba170e270e6f1c99a91e27dbb7951a27d596a Mon Sep 17 00:00:00 2001
From: “linengliang” <vanSuperEnergy@163.com>
Date: 星期五, 24 十一月 2023 16:41:32 +0800
Subject: [PATCH] 故障报修验收

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

diff --git a/src/views/WorkshopSignage.vue b/src/views/WorkshopSignage.vue
index 6ef8d5b..7c0379b 100644
--- a/src/views/WorkshopSignage.vue
+++ b/src/views/WorkshopSignage.vue
@@ -37,8 +37,8 @@
           v-on:resizing="resize($event, index)"
           v-on:dragging="resize($event, index)"
           :parentLimitation="true"
-          :minw="100"
-          :minh="100"
+          :minw="70"
+          :minh="70"
           :isDraggable="isDraggable"
           :isResizable="isResizable"
           :stickSize="6"
@@ -380,13 +380,15 @@
           width: 100%;
           height: 100%;
           display: flex;
-          justify-content: space-between;
+          align-items:end ;
+
 
           .status-image {
             background-size: 100% 100%;
             background-repeat: no-repeat;
-            width: 45px;
-            margin-right: 10px;
+            width: 10px;
+            height: 60%;
+            margin-right: 5px;
           }
 
           .device-image {

--
Gitblit v1.9.3