|
@@ -194,12 +194,11 @@ const openUploadInput = () => {
|
|
|
:options="{
|
|
|
viewMode: 1,
|
|
|
dragMode: 'crop',
|
|
|
- aspectRatio: 16 / 9,
|
|
|
}"
|
|
|
:presetMode="{
|
|
|
mode: 'fixedSize',
|
|
|
- width: 1024,
|
|
|
- height: 768,
|
|
|
+ width: 1920,
|
|
|
+ height: 1080,
|
|
|
}"
|
|
|
@ready="ready"
|
|
|
/>
|
|
@@ -282,7 +281,7 @@ const openUploadInput = () => {
|
|
|
height: 50vw;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
|
- background-size: cover;
|
|
|
+ background-size: contain;
|
|
|
|
|
|
// 隱藏遮罩
|
|
|
// &::after {
|