From f899d4112334eadb4d5c230f2cda2337917edc67 Mon Sep 17 00:00:00 2001 From: yinjiacheng Date: Thu, 25 Jan 2024 20:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=AB=96=E6=BB=91=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../swiper-vertical-video/swiper-vertical-video.uvue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue index 9e092598..8f6366b6 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); } -- GitLab