From b7fed40cbcd07a7b6bd54dfd4724ee050cc27619 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期三, 22 十一月 2023 17:45:33 +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