소스 검색

代码退回

刘洋 1 년 전
부모
커밋
850bae2eb4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/features/OnlineExam/Examing/QuestionBody.vue

+ 2 - 1
src/features/OnlineExam/Examing/QuestionBody.vue

@@ -67,7 +67,8 @@ function cutNbsp(str: string) {
 
 <template>
   <div v-if="questionSegements" class="question-body">
-    <div v-html="cutNbsp(questionSegements.text)"></div>
+    <!-- <div v-html="cutNbsp(questionSegements.text)"></div> -->
+    <div v-html="questionSegements.text"></div>
 
     <div
       v-for="item in questionSegements.audios"