From db180bf7c056986c1a0c8ee1fed7a03379759689 Mon Sep 17 00:00:00 2001 From: Anne_LXM <54163582+anne-lxm@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:16:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/template/drop-card/card/card.uvue | 10 +++++----- pages/template/drop-card/drop-card.uvue | 5 +++-- pages/template/scroll-fold-nav/scroll-fold-nav.uvue | 2 +- .../swiper-vertical-video/swiper-vertical-video.uvue | 4 ++-- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/pages/template/drop-card/card/card.uvue b/pages/template/drop-card/card/card.uvue index 42cc8b08..ff118bdd 100644 --- a/pages/template/drop-card/card/card.uvue +++ b/pages/template/drop-card/card/card.uvue @@ -204,11 +204,11 @@ \ No newline at end of file + diff --git a/pages/template/scroll-fold-nav/scroll-fold-nav.uvue b/pages/template/scroll-fold-nav/scroll-fold-nav.uvue index 17f15126..f3fe0fc3 100644 --- a/pages/template/scroll-fold-nav/scroll-fold-nav.uvue +++ b/pages/template/scroll-fold-nav/scroll-fold-nav.uvue @@ -158,7 +158,7 @@ .scroll-fold-nav { height: 44px; - width: 375px; + width: 100%; justify-content: center; } diff --git a/pages/template/swiper-vertical-video/swiper-vertical-video.uvue b/pages/template/swiper-vertical-video/swiper-vertical-video.uvue index 9e092598..ca875149 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 { -- GitLab