diff --git a/src/views/examinationPaper/add.vue b/src/views/examinationPaper/add.vue index eeed57e..296b0d4 100644 --- a/src/views/examinationPaper/add.vue +++ b/src/views/examinationPaper/add.vue @@ -7,6 +7,7 @@
+
@@ -1065,7 +1066,7 @@ :close-on-click-modal="false" title="知识点" :visible.sync="dialogKnowledge" - width="500" + width="500px" >
diff --git a/src/views/examinationPaper/addQs.vue b/src/views/examinationPaper/addQs.vue index 8438e3f..a703b75 100644 --- a/src/views/examinationPaper/addQs.vue +++ b/src/views/examinationPaper/addQs.vue @@ -567,7 +567,7 @@ :title="stem.type == 1 ? '上传题干' : '上传题目解析'" :visible.sync="dialogStem" v-if="dialogStem" - width="500" + width="800px" >
@@ -609,7 +609,7 @@ :close-on-click-modal="false" title="知识点" :visible.sync="dialogKnowledge" - width="500" + width="500px" >
diff --git a/src/views/examinationPaper/edit.vue b/src/views/examinationPaper/edit.vue index 831d05b..8a918df 100644 --- a/src/views/examinationPaper/edit.vue +++ b/src/views/examinationPaper/edit.vue @@ -410,7 +410,7 @@ :title="stem.type == 1 ? '上传题干' : '上传题目解析'" :visible.sync="dialogStem" v-if="dialogStem" - width="500" + width="800px" >
@@ -452,7 +452,7 @@ :close-on-click-modal="false" title="知识点" :visible.sync="dialogKnowledge" - width="500" + width="500px" >