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; }