diff --git a/src/views/hotel/components/video-box.vue b/src/views/hotel/components/video-box.vue index c65a137..80f1577 100644 --- a/src/views/hotel/components/video-box.vue +++ b/src/views/hotel/components/video-box.vue @@ -395,8 +395,8 @@ position: relative; width: 100%; height: 100%; - margin-top: vh(40); - margin-left: vw(10); + margin-top: vh(40); + margin-left: vw(10); // padding: vh(30) vw(20); // box-sizing: border-box; // background-image: url('/src/assets/images/log-v-bg.png'); @@ -476,7 +476,7 @@ &-item__video { width: 100%; height: vh(366); - object-fit: cover; + object-fit: fill; } &-detail { margin-left: vw(10);