guarantee-lsq 2 lat temu
rodzic
commit
a99bbbeb39
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/views/opc/OpcInfo.vue

+ 2 - 1
src/views/opc/OpcInfo.vue

@@ -33,6 +33,7 @@
         </VueDragResize>
         <VueDragResize
           v-if="item.type===2"
+          v-show="item.result===0"
           :isActive="item.isActive"
           :w="35"
           :h="35"
@@ -43,7 +44,7 @@
           :isResizable="item.isActive"
           :stickSize="5"
         >
-          <a-tooltip v-show="item.result===0">
+          <a-tooltip>
             <template slot="title">
               {{ item.description }}
             </template>