From daf55dd2960cedde514d088096424ca3aff64968 Mon Sep 17 00:00:00 2001 From: zoujiandong <10130823232@qq.com> Date: Tue, 11 Mar 2025 17:25:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/question.vue | 1 + src/components/questionend.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/question.vue b/src/components/question.vue index d5b0b7a..8a645be 100644 --- a/src/components/question.vue +++ b/src/components/question.vue @@ -167,6 +167,7 @@ const changeCheck = (val) => { margin-bottom: 15px; .title { font-weight: bold; + line-height: 20px; font-size: 16px; color: #333333; } diff --git a/src/components/questionend.vue b/src/components/questionend.vue index ecae5f1..751613e 100644 --- a/src/components/questionend.vue +++ b/src/components/questionend.vue @@ -77,6 +77,7 @@ const props = defineProps({ .title { font-weight: bold; + line-height: 20px; font-size: 16px; color: #333333; }