<image bindload="imageLoad" bindtouchstart="_start" bindtouchmove="_move" bindtouchend="_end" style="width: 100%;height: calc(100% - 233rpx);transform:translate3d({{_img_left-img_width/2}}px,{{_img_top-img_height/2}}px,0) scale({{scale}}) rotate({{angle}}deg);transition-duration:{{_cut_animation?.4:0}}s;" class='img' src='{{imgSrc}}'></image>
只修改了图片标签的高度变成这种,然后点击预览的时候生成的图片就不一样了,并且他图片生成有1200的像素宽,设置了比例和export_scale这个改成了1也不行,这是什么情况,有哪位大佬遇到过吗 ,上传的图片要铺满手机的屏幕,然后固定裁切,这样子