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