Эх сурвалжийг харах

feat: 给分板题目自动滚动

chenhao 2 жил өмнө
parent
commit
2647a1a0c7

+ 1 - 0
src/features/mark/MarkBoardTrack.vue

@@ -92,6 +92,7 @@
           :key="index"
         >
           <div
+            :id="['q-',question.mainNumber,question.subNumber].join('-')"
             class="question tw-rounded tw-cursor-pointer tw-relative tw-mb-2"
             :class="isCurrentQuestion(question) && 'current-question'"
             @click="chooseQuestion(question)"