|
|
@ -127,8 +127,45 @@ export default { |
|
|
|
min-height: 717px; |
|
|
|
} |
|
|
|
@media screen and (min-width: 961px) { |
|
|
|
min-height: 1000px; |
|
|
|
min-height: 800px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.vue-advanced-cropper{ |
|
|
|
height: 600px !important; |
|
|
|
} |
|
|
|
.vue-advanced-cropper__stretcher{ |
|
|
|
height: 600px !important; |
|
|
|
} |
|
|
|
|
|
|
|
.vue-advanced-cropper__boundaries{ |
|
|
|
height: 600px !important; |
|
|
|
} |
|
|
|
.vue-advanced-cropper__foreground{ |
|
|
|
height: 600px !important; |
|
|
|
} |
|
|
|
|
|
|
|
.vue-advanced-cropper__image-wrapper{ |
|
|
|
height: 600px !important; |
|
|
|
} |
|
|
|
|
|
|
|
.vue-advanced-cropper__background{ |
|
|
|
height: 600px !important; |
|
|
|
} |
|
|
|
|
|
|
|
//裁切 |
|
|
|
.vue-circle-stencil .vue-circle-stencil--movable{ |
|
|
|
height: 400px !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.vue-bounding-box .vue-circle-stencil__bounding-box{ |
|
|
|
height: 400px !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.vue-preview__wrapper{ |
|
|
|
height: 400px !important; |
|
|
|
|
|
|
|
} |
|
|
|
</style> |