Parcourir la source

添加小题号

Michael Wang il y a 6 ans
Parent
commit
fcf91616db
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/features/OnlineExam/Examing/QuestionView.vue

+ 2 - 2
src/features/OnlineExam/Examing/QuestionView.vue

@@ -16,7 +16,7 @@
     <transition name="fade">
 
       <div v-show="question && examQuestion && examQuestion.getQuestionContent" class="question-view" :key="examQuestion.order">
-
+        <div style="margin-bottom: -45px;">{{examQuestion.groupOrder}}、</div>
         <template v-if="question && question.questionType === 'SINGLE_CHOICE'">
           <single-question-view :question="question" :examQuestion="examQuestion" :key="examQuestion.order" />
         </template>
@@ -200,7 +200,7 @@ export default {
 
 <style scoped>
 .question-view {
-  padding: 20px;
+  padding: 20px 30px;
   font-size: 16px;
   text-align: left;
   overflow: auto;