From 2ce32cc87988083699a1c00e3dff01e014ee8c9b Mon Sep 17 00:00:00 2001 From: jiannibang <271381693@qq.com> Date: Thu, 26 Dec 2024 09:53:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E8=BD=AE=E6=92=AD?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=96=87=E6=9C=AC=E6=A0=B7=E5=BC=8F=E4=BB=A5?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CarouselWithIntro/CarouselWithIntro.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/CarouselWithIntro/CarouselWithIntro.vue b/src/components/CarouselWithIntro/CarouselWithIntro.vue index f446cb3..ea0a4cf 100644 --- a/src/components/CarouselWithIntro/CarouselWithIntro.vue +++ b/src/components/CarouselWithIntro/CarouselWithIntro.vue @@ -119,6 +119,7 @@ const qr = computed(() => props.data.qrcode ?? []) line-height: 200%; text-align: justify; color: var(--carousel-introColor); + white-space: pre-wrap; } } @media (min-aspect-ratio: 1/1) {