bugfix: 截图框占满容器

This commit is contained in:
2026-06-08 11:39:49 +08:00
parent 7814e870f3
commit 73dbd34e0a

View File

@@ -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"