Explorar o código

feat: 修改bug

bill hai 1 ano
pai
achega
7194664731
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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')" />