bill 1 anno fa
parent
commit
7194664731
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/view/case/draw/edit-shape/image.vue

+ 1 - 1
src/view/case/draw/edit-shape/image.vue

@@ -15,7 +15,7 @@
       :min="0.5"
       :step="0.01"
       :max="5"
-      @change="shape.setRotate(scale, true)"
+      @change="shape.setScale(scale, true)"
     />
   </el-form-item>
   <Del @delete="$emit('delete')" />