lsc 1 년 전
부모
커밋
61c8178706
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/pages/aiAddCourse/aiBoxRight.vue

+ 1 - 1
src/components/pages/aiAddCourse/aiBoxRight.vue

@@ -27,7 +27,7 @@
             class="content"
             v-loading="item.loading"
           >
-            <span v-html="item.aiContent"></span
+            <span class="vditor-reset" v-html="item.aiContent"></span
             ><span class="createTime" v-text="item.createtime"></span>
           </div>
         </div>