bugfix: 截图框占满容器
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<VueCropper
|
||||
ref="cropperRef"
|
||||
:img="imageUrl"
|
||||
:wrapper="{ width: 420, height: 420 }"
|
||||
:wrapper="{ width: '42rem', height: '42rem' }"
|
||||
:crop-layout="{ width: 260, height: 260 }"
|
||||
:center-box="true"
|
||||
:output-type="outputType"
|
||||
|
||||
Reference in New Issue
Block a user