ZhangXianQiang
2024-07-01 4f28f987462c7c0c784930e1a3995dbeaa2bbbbf
src/views/exam/index.vue
@@ -51,7 +51,7 @@
            <div class="wrapper h-full flex flex-col">
              <div class="title-wrapper w-full flex mb-5">
                <div class="title text-xl font-semibold ">{{ examType[currentType] }} ({{
                  examStore.getActiveQuestion.score }}分)
                  examStore.getActiveQuestion.questionScore }}分)
                </div>
              </div>
@@ -141,6 +141,7 @@
import AnswerSingle from './components/answer-main/answer-single/index.vue';
import AnswerMultiple from './components/answer-main/answer-multiple/index.vue';
import AnswerAudio from './components/answer-main/answer-audio/index.vue';
import AnswerFill from './components/answer-main/answer-fill/index.vue';
import { useExamStore } from '@/store/index.js';
import { useRouter } from 'vue-router';
@@ -156,7 +157,8 @@
const typeComponent = {
  1: AnswerSingle,
  2: AnswerMultiple,
  6: AnswerAudio,
  4: AnswerFill,
  6: AnswerAudio
};
const quitDialog = ref(false);
@@ -304,7 +306,7 @@
}
.answer-left {
  width: 340px;
  width: 370px;
}
.submit-button,