From df61662740eded2fddf9e100b2f37f7d42092e35 Mon Sep 17 00:00:00 2001 From: 梁保满 Date: Tue, 26 Mar 2024 10:27:29 +0800 Subject: [PATCH] 添加修改试卷 题目解析样式问题 --- src/views/examinationPaper/add.vue | 5 +++-- src/views/examinationPaper/addQs.vue | 4 ++-- src/views/examinationPaper/edit.vue | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) 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" >
-- libgit2 0.21.4