소스 검색

Merge branch 'newVersion' into dev

mo 2 년 전
부모
커밋
e7cc3c1d91
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}