zhuzhuanzhuan
2023-11-22 b7fed40cbcd07a7b6bd54dfd4724ee050cc27619
车间看板页面调整设备可缩放最小值以及状态三色灯图片大小
已修改1个文件
12 ■■■■■ 文件已修改
src/views/WorkshopSignage.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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 {