From 1ecd1e7f0197c83c09317bd00eb5fafe7f67e131 Mon Sep 17 00:00:00 2001 From: fofolee Date: Wed, 13 Mar 2024 17:43:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=AA=E5=A1=AB=E5=86=99?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=E6=97=B6=E5=8D=A1=E7=89=87=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommandCard.vue b/src/components/CommandCard.vue index 83758b0..0eacbab 100644 --- a/src/components/CommandCard.vue +++ b/src/components/CommandCard.vue @@ -122,7 +122,7 @@ :style="{ fontSize: cardStyleVars.showBiggerTitle ? '1.25rem' : '1.1rem', }" - v-html="commandInfo.features.explain" + v-html="commandInfo.features.explain.trim() || '
'" />