@@ -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>