From 994a1fe11e76dc50dd6dc756a4e0d5e17570ec8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8Fco?= <2326976542@qq.com> Date: Fri, 6 Oct 2023 06:58:31 +0000 Subject: [PATCH] =?UTF-8?q?update=20rabbit-shop/home.md.=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=BA=86=E8=BD=AE=E6=92=AD=E5=9B=BE=E7=9A=84=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=EF=BC=8C=E5=B0=86carousel=E7=B1=BB=E7=9A=84height:100?= =?UTF-8?q?%=E6=94=B9=E6=88=90=E4=BA=86280rpx=EF=BC=8C=E4=BB=A5=E9=80=82?= =?UTF-8?q?=E5=BA=94=E6=89=93=E5=8C=85=E6=88=90h5=E7=AB=AF=E6=97=B6?= =?UTF-8?q?=E8=BD=AE=E6=92=AD=E5=9B=BE=E5=8A=A0=E8=BD=BD=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 小co <2326976542@qq.com> --- rabbit-shop/home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rabbit-shop/home.md b/rabbit-shop/home.md index fc0986e..a04ad3f 100644 --- a/rabbit-shop/home.md +++ b/rabbit-shop/home.md @@ -212,7 +212,7 @@ const activeIndex = ref(0) } /* 轮播图 */ .carousel { - height: 100%; + height: 280rpx; position: relative; overflow: hidden; transform: translateY(0); -- Gitee