From 01d865c7c943248bf5e57e3393961ea22e8dc8c0 Mon Sep 17 00:00:00 2001 From: duqingquan Date: Mon, 3 Jul 2023 20:07:42 +0800 Subject: [PATCH] =?UTF-8?q?swiper=20text=20=E5=B1=85=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/swiper/swiper.uvue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pages/component/swiper/swiper.uvue b/pages/component/swiper/swiper.uvue index cdcf78c7..94085aa9 100644 --- a/pages/component/swiper/swiper.uvue +++ b/pages/component/swiper/swiper.uvue @@ -4,13 +4,13 @@ - A + A - B + B - C + C @@ -168,5 +168,13 @@ line-height: 300rpx; text-align: center; } + + .swiper-item-Text { + width: 100%; + text-align:center; + line-height: 300rpx; + } + + -- GitLab