lsc 2 年之前
父节点
当前提交
342332398a
共有 3 个文件被更改,包括 257 次插入533 次删除
  1. 二进制
      src/assets/icon/codeFile.png
  2. 2 2
      src/components/student/studyStudent.vue
  3. 255 531
      src/components/studyStudent.vue

二进制
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


部分文件因为文件数量过多而无法显示