修复使用透明底png图片时,自动填充黑色背景

master
RuoYi 2022-10-28 20:40:41 +08:00
parent 652f4372c0
commit 6421f68964
1 changed files with 3 additions and 1 deletions

View File

@ -12,6 +12,7 @@
:autoCropWidth="options.autoCropWidth"
:autoCropHeight="options.autoCropHeight"
:fixedBox="options.fixedBox"
:outputType="options.outputType"
@realTime="realTime"
v-if="visible"
/>
@ -78,7 +79,8 @@ export default {
autoCrop: true, //
autoCropWidth: 200, //
autoCropHeight: 200, //
fixedBox: true //
fixedBox: true, //
outputType:"png" // PNG
},
previews: {},
resizeHandler: null