|
@@ -512,12 +512,12 @@ var app = new Vue({
|
|
|
minContainerHeight: iHeight,
|
|
minContainerHeight: iHeight,
|
|
|
minCropBoxWidth: cropWidth,
|
|
minCropBoxWidth: cropWidth,
|
|
|
maxCropBoxWidth: iWidth,
|
|
maxCropBoxWidth: iWidth,
|
|
|
- minCropBoxHeight: iHeight,
|
|
|
|
|
|
|
+ // minCropBoxHeight: iHeight,
|
|
|
// canvasWeight: cropWidth,
|
|
// canvasWeight: cropWidth,
|
|
|
// canvasHeight: iHeight,
|
|
// canvasHeight: iHeight,
|
|
|
- /*minCanvasWeight: cropWidth*0.4,
|
|
|
|
|
|
|
+ // minCanvasWeight: cropWidth*0.4,
|
|
|
maxCanvasWeight: cropWidth,
|
|
maxCanvasWeight: cropWidth,
|
|
|
- minCanvasHeight: iHeight,*/
|
|
|
|
|
|
|
+ minCanvasHeight: iHeight,
|
|
|
viewMode: 1,
|
|
viewMode: 1,
|
|
|
crop: function (data) {
|
|
crop: function (data) {
|
|
|
_this.cropParams.data = data;
|
|
_this.cropParams.data = data;
|