@@ -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>
@@ -34,8 +34,8 @@
@@ -47,7 +47,7 @@