From c83278c4afd1251b0646b506fd59a59a7f502165 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 16 十二月 2024 10:42:44 +0800 Subject: [PATCH] 班级接口添加 --- pages/home/home.wxss | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pages/home/home.wxss b/pages/home/home.wxss index b152de7..675b791 100644 --- a/pages/home/home.wxss +++ b/pages/home/home.wxss @@ -88,6 +88,11 @@ width: 100%; } +.swiper-item { + width: 100%; + height: 100%; +} + .swiperItem { position: relative; height: 380rpx; -- Gitblit v1.9.1