luohairen
2024-11-07 84659b2d8d9c839903988b59905c6e6c338c5e71
src/views/grade/index.vue
@@ -8,7 +8,7 @@
            {{ examInfo.examName }}
          </div>
          <AnswerGrade></AnswerGrade>
          <div class="return-container grow flex justify-end">
            <el-button type="danger" size="large" circle @click="closeClick">
              <template #icon>
@@ -97,7 +97,6 @@
const gradeStore = useGradeStore();
const { currentType, currentIndex, examDetail, examType, examInfo } = storeToRefs(gradeStore);
const typeComponent = {
  1: AnswerSingle,
  2: AnswerMultiple,
@@ -222,4 +221,4 @@
  background-color: rgba($color: #3680fa, $alpha: 0.2);
  margin-bottom: 20px;
}
</style>
</style>