diff --git a/pages/template/drop-card/card/card.uvue b/pages/template/drop-card/card/card.uvue index 42cc8b08834c7d8260a2db9184db87b9cbe070c5..ff118bddfa9c093da04b54695c35dfa093a3815e 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 17f15126fcd90641d9643312dba56f544280365a..f3fe0fc31d1af293d361e6d84efd8ca134d02cf3 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 9e0925989bf77933eeb5056230e6ee4d8cbbbd55..ca87514941dcc614fd5183452556a9cd95f70625 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 {