From 8b2f0057bf08417162d982da68ec638816f7fd29 Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Tue, 7 Jan 2025 11:10:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A6=82=E6=9E=9C=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=EF=BC=8C=E5=9B=BE=E6=96=87=E7=9A=84?= =?UTF-8?q?=E4=BB=8B=E7=BB=8D=E9=AB=98=E5=BA=A6=E5=8F=AF=E4=BB=A5=E6=9B=B4?= =?UTF-8?q?=E9=AB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CarouselWithIntro/CarouselWithIntro.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/CarouselWithIntro/CarouselWithIntro.vue b/src/components/CarouselWithIntro/CarouselWithIntro.vue index ea0a4cf..b2e6fbe 100644 --- a/src/components/CarouselWithIntro/CarouselWithIntro.vue +++ b/src/components/CarouselWithIntro/CarouselWithIntro.vue @@ -11,7 +11,7 @@
{{ data.desc }}
@@ -113,6 +113,9 @@ const qr = computed(() => props.data.qrcode ?? []) padding-right: 31px; margin-bottom: 33px; margin-top: 32px; + &.noqrcode { + height: 540px; + } .intro { font-weight: 400; font-size: 16px;