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