guarantee-lsq 2 năm trước cách đây
mục cha
commit
78286b0464
2 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 3 3
      src/views/opc/Opc.vue
  2. 3 3
      src/views/opc/OpcInfo.vue

+ 3 - 3
src/views/opc/Opc.vue

@@ -31,8 +31,8 @@
         <VueDragResize
           v-if="item.type===2"
           :isActive="item.isActive"
-          :w="40"
-          :h="40"
+          :w="35"
+          :h="35"
           :minh="20"
           :x="item.imgXPosition"
           :y="item.imgYPosition"
@@ -45,7 +45,7 @@
             <template slot="title">
               {{ item.description }}
             </template>
-            <img src="@/assets/stop.png" alt="" width="40px" height="40px">
+            <img src="@/assets/stop.png" alt="" width="35px" height="35px">
           </a-tooltip>
         </VueDragResize>
       </div>

+ 3 - 3
src/views/opc/OpcInfo.vue

@@ -34,8 +34,8 @@
         <VueDragResize
           v-if="item.type===2"
           :isActive="item.isActive"
-          :w="40"
-          :h="40"
+          :w="35"
+          :h="35"
           :minh="20"
           :x="item.imgXPosition"
           :y="item.imgYPosition"
@@ -47,7 +47,7 @@
             <template slot="title">
               {{ item.description }}
             </template>
-            <img src="@/assets/stop.png" alt="" width="40px" height="40px">
+            <img src="@/assets/stop.png" alt="" width="35px" height="35px">
           </a-tooltip>
         </VueDragResize>
       </div>