| | |
| | | <div class="title-container text-3xl font-semibold text-white mr-8"> |
| | | {{ examInfo.examName }} |
| | | </div> |
| | | |
| | | <AnswerGrade></AnswerGrade> |
| | | |
| | | <div class="return-container grow flex justify-end"> |
| | | <el-button type="danger" size="large" circle @click="closeClick"> |
| | | <template #icon> |
| | |
| | | </template> |
| | | |
| | | <script setup> |
| | | import { ref, watchEffect } from 'vue'; |
| | | import { storeToRefs } from 'pinia'; |
| | | import { Close,Timer } from '@element-plus/icons-vue'; |
| | | import { Close } from '@element-plus/icons-vue'; |
| | | |
| | | import AnswerTag from './components/answer-tag/index.vue'; |
| | | import AnswerSheet from './components/answer-sheet/index.vue'; |
| | | import AnswerGrade from './components/answer-grade/index.vue'; |
| | | |
| | | import AnswerSingle from './components/answer-main/answer-single/index.vue'; |
| | | import AnswerMultiple from './components/answer-main/answer-multiple/index.vue'; |