mo 2 年之前
父節點
當前提交
1e459eb919
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/col-cropper/cropper.tsx

+ 1 - 1
src/components/col-cropper/cropper.tsx

@@ -205,7 +205,7 @@ export default defineComponent({
               img={this.options.img}
               info={true}
               autoCrop={true}
-              centerBox={true}
+              centerBox={false}
               autoCropWidth={this.options.autoCropWidth}
               full={this.options.full}
               outputType={this.options.outputType}