ZhangXianQiang
2024-06-20 0e025c01be2ba8c5a0f92be2c7453c6ea6f1f37c
src/views/exam/components/answer-main/answer-multiple/index.vue
@@ -1,7 +1,7 @@
<template>
  <div class="answer-container w-full h-full">
    <el-scrollbar>
      <ExamInfo class="mb-5" :questionIndex="currentIndex" :title="activeQuestion.title"></ExamInfo>
      <ExamInfo class="mb-5" :questionIndex="currentIndex" :activeQuestion="activeQuestion"></ExamInfo>
      <div class="answer-content">
        <div class="answer-item flex" v-for="item, index in activeQuestion.items" @click="answerClick(item)"