|
|
@@ -524,8 +524,8 @@ var app = new Vue({
|
|
|
var height = data.height;
|
|
|
}
|
|
|
_this.cropParams.cropData = {
|
|
|
- width: data.width,
|
|
|
- height: data.height,
|
|
|
+ width: data.width*20,
|
|
|
+ height: data.height*20,
|
|
|
rotate: data.rotate,
|
|
|
imageSmoothingQuality: 'height',
|
|
|
fillColor: '#fff',
|