From 64036db122f40a007cca09c9705803e6ff9018d6 Mon Sep 17 00:00:00 2001 From: jiangzhe <244140623@qq.com> Date: Sun, 28 Apr 2024 16:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=84=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Exam/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/Exam/index.vue b/src/views/Exam/index.vue index f2ac142..5b5fb27 100644 --- a/src/views/Exam/index.vue +++ b/src/views/Exam/index.vue @@ -14,7 +14,7 @@
-
{{ currentQuestion.questionContent }}
+
{{ currentQuestion.questionContent || '' }}
@@ -121,7 +121,7 @@ function next() { questionNum.value++ if (questionNum.value >= questionList.value.length) { - questionNum.value = questionList.value.length + questionNum.value = questionList.value.length - 1 } currentQuestion.value = questionList.value[questionNum.value] @@ -218,8 +218,8 @@ async function submit() { .subject-content { margin-left: 50px; margin-top: 30px; - height: 550px; - max-height: 550px; + height: 450px; + max-height: 450px; .subject-title { text-align: center;