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