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

2.X
RuoYi 2 years ago
parent 652f4372c0
commit 6421f68964

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

Loading…
Cancel
Save