diff --git a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue index 9e0925989bf77933eeb5056230e6ee4d8cbbbd55..8f6366b6858347b843e8b44b3d8bdbfba9b6b496 100644 --- a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue +++ b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue @@ -206,7 +206,7 @@ .swiper-item, .video-box, .video-cover { - width: 375px; + width: 100%; flex: 1; height: 100%; } @@ -216,7 +216,7 @@ } .video-box { - width: 375px; + width: 100%; } .video-cover { @@ -246,7 +246,7 @@ .debug-info { position: fixed; top: 15px; - width: 375px; + width: 100%; background-color: rgba(255, 255, 255, 0.3); }