图片放大后,裁剪框移动到图片边缘无法缩小
wing4123 opened this issue · 0 comments
wing4123 commented
图片放大后,裁剪框移动到图片边缘无法缩小
参数配置:
const cropperOptions = reactive({
outputType: 'png',
autoCropWidth: 500,
autoCropHeight: 500,
fixed: true,
fixedNumber: [3, 4],
full: true,
fixedBox: true,
canMove: true,
canMoveBox: false,
centerBox: true
})