lsc 2 년 전
부모
커밋
342332398a
3개의 변경된 파일257개의 추가작업 그리고 533개의 파일을 삭제
  1. BIN
      src/assets/icon/codeFile.png
  2. 2 2
      src/components/student/studyStudent.vue
  3. 255 531
      src/components/studyStudent.vue

BIN
src/assets/icon/codeFile.png


+ 2 - 2
src/components/student/studyStudent.vue

@@ -723,7 +723,7 @@
     <el-dialog title="表格" :visible.sync="dialogVisibleTable2" :append-to-body="true" width="95%"
       :before-close="handleClose" class="dialog_diy">
       <el-form>
-        <div class="cont" v-html="tableJson.text"></div>
+        <div class="cont" v-html="tableJson.text" style="line-height: 24px;"></div>
       </el-form>
       <span slot="footer" class="dialog-footer">
         <el-button @click="dialogVisibleTable2 = false">关 闭</el-button>
@@ -744,7 +744,7 @@
     <el-dialog title="查看文档" :visible.sync="dialogVisibleText2" :append-to-body="true" width="800px"
       :before-close="handleClose" class="dialog_diy">
       <el-form>
-        <div class="cont" v-html="tableJson.text"></div>
+        <div class="cont" v-html="tableJson.text" style="line-height: 24px;"></div>
       </el-form>
       <span slot="footer" class="dialog-footer">
         <el-button @click="dialogVisibleText2 = false">关 闭</el-button>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 255 - 531
src/components/studyStudent.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.