Browse Source

question content wrap style update

hehaitao 1 year ago
parent
commit
3d3251271d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/MxPaper/mx-question-content.vue

+ 1 - 1
src/components/MxPaper/mx-question-content.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="fx-column" :id="'question_'+question.questionId">
-    <div v-html="questionWithSeq" class="answer fx-row"></div>
+    <div v-html="questionWithSeq" class="answer"></div>
     <div class="fx-column mt30 pl20 pr20">
       <!-- 递归,支持子题 -->
       <template v-if="question['subQuestions']">