Commit df61662740eded2fddf9e100b2f37f7d42092e35

Authored by 梁保满
1 parent cce95213

添加修改试卷 题目解析样式问题

src/views/examinationPaper/add.vue
@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
7 </template> 7 </template>
8 </back-box> 8 </back-box>
9 <div class="content"> 9 <div class="content">
  10 +
10 <el-steps 11 <el-steps
11 :active="step" 12 :active="step"
12 finish-status="success" 13 finish-status="success"
@@ -1023,7 +1024,7 @@ @@ -1023,7 +1024,7 @@
1023 :title="stem.type == 1 ? '上传题干' : '上传题目解析'" 1024 :title="stem.type == 1 ? '上传题干' : '上传题目解析'"
1024 :visible.sync="dialogStem" 1025 :visible.sync="dialogStem"
1025 v-if="dialogStem" 1026 v-if="dialogStem"
1026 - width="500" 1027 + width="800px"
1027 > 1028 >
1028 <div class="upload-box"> 1029 <div class="upload-box">
1029 <div v-loading="iframeLoading"> 1030 <div v-loading="iframeLoading">
@@ -1065,7 +1066,7 @@ @@ -1065,7 +1066,7 @@
1065 :close-on-click-modal="false" 1066 :close-on-click-modal="false"
1066 title="知识点" 1067 title="知识点"
1067 :visible.sync="dialogKnowledge" 1068 :visible.sync="dialogKnowledge"
1068 - width="500" 1069 + width="500px"
1069 > 1070 >
1070 <div> 1071 <div>
1071 <el-form ref="form" :model="stem" label-width="160px"> 1072 <el-form ref="form" :model="stem" label-width="160px">
src/views/examinationPaper/addQs.vue
@@ -567,7 +567,7 @@ @@ -567,7 +567,7 @@
567 :title="stem.type == 1 ? '上传题干' : '上传题目解析'" 567 :title="stem.type == 1 ? '上传题干' : '上传题目解析'"
568 :visible.sync="dialogStem" 568 :visible.sync="dialogStem"
569 v-if="dialogStem" 569 v-if="dialogStem"
570 - width="500" 570 + width="800px"
571 > 571 >
572 <div class="upload-box"> 572 <div class="upload-box">
573 <div v-loading="iframeLoading"> 573 <div v-loading="iframeLoading">
@@ -609,7 +609,7 @@ @@ -609,7 +609,7 @@
609 :close-on-click-modal="false" 609 :close-on-click-modal="false"
610 title="知识点" 610 title="知识点"
611 :visible.sync="dialogKnowledge" 611 :visible.sync="dialogKnowledge"
612 - width="500" 612 + width="500px"
613 > 613 >
614 <div> 614 <div>
615 <el-form ref="form" :model="stem" label-width="160px"> 615 <el-form ref="form" :model="stem" label-width="160px">
src/views/examinationPaper/edit.vue
@@ -410,7 +410,7 @@ @@ -410,7 +410,7 @@
410 :title="stem.type == 1 ? '上传题干' : '上传题目解析'" 410 :title="stem.type == 1 ? '上传题干' : '上传题目解析'"
411 :visible.sync="dialogStem" 411 :visible.sync="dialogStem"
412 v-if="dialogStem" 412 v-if="dialogStem"
413 - width="500" 413 + width="800px"
414 > 414 >
415 <div class="upload-box"> 415 <div class="upload-box">
416 <div v-loading="iframeLoading"> 416 <div v-loading="iframeLoading">
@@ -452,7 +452,7 @@ @@ -452,7 +452,7 @@
452 :close-on-click-modal="false" 452 :close-on-click-modal="false"
453 title="知识点" 453 title="知识点"
454 :visible.sync="dialogKnowledge" 454 :visible.sync="dialogKnowledge"
455 - width="500" 455 + width="500px"
456 > 456 >
457 <div> 457 <div>
458 <el-form ref="form" :model="stem" label-width="160px"> 458 <el-form ref="form" :model="stem" label-width="160px">