闫增涛
2025-03-26 cf6e9bcbfc64019bb14fb0964576ae3e3bd2fde5
src/components/choice/choice.vue
@@ -3,8 +3,8 @@
    <!-- 题目内容及选项部分 -->
    <div style="display: flex; flex-direction: column;">
       <div class="question-t"> 
          <span style="display: flex; "><span class="hs1">◇</span>请选出你认为正确的答案。</span>
          <span>第{{ currentQuestion.id }}题 (共{{ questions.length}}题)</span>
          <p style="display: flex;"><span class="hs1">◇</span>请选出你认为正确的答案。</p>
          <p>第{{ currentQuestion.id }}题 (共{{ questions.length}}题)</p>
       </div>
       <div class="question-content">
        <p>{{ currentQuestion.stem.stemTxt }}</p>
@@ -429,6 +429,10 @@
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
  p{
    text-indent: 0em
  }
}
.all-options {
@@ -455,6 +459,12 @@
    flex-wrap: wrap;
    height: min-content;
  }
  .question-t {
    display: block;
    width: 100%;
    margin-top: 10px;
}
}
.option {