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

pull/277/MERGE
RuoYi 2 years ago
parent 652f4372c0
commit 6421f68964

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

Loading…
Cancel
Save