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