lsc 2 anni fa
parent
commit
57e0d97860
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/student/studyStudent.vue

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

@@ -739,7 +739,7 @@
         :class="{ fullStyle: full }"></pdf>
       <iframe v-else :src="pptImgUrl" frameborder="0" width="100%" height="600" :class="{ fullStyle: full }"></iframe>
     </el-dialog>
-    <el-dialog title="查看文本" :visible.sync="dialogVisibleText2" :append-to-body="true" width="500px"
+    <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>