Commit bd6ad607ed74a0fbd315e6e9ee5bb9357b3e097f
1 parent
49a203f1
查看图片
Showing
1 changed file
with
25 additions
and
4 deletions
src/views/examinationPaper/index.vue
| ... | ... | @@ -294,7 +294,16 @@ |
| 294 | 294 | :preview-src-list="examplePicList" |
| 295 | 295 | > |
| 296 | 296 | </el-image> |
| 297 | - 菁优网示例/组卷网(学科网)示例。 | |
| 297 | + 菁优网示例 </span | |
| 298 | + >/ | |
| 299 | + <span class="img-box"> | |
| 300 | + <el-image | |
| 301 | + class="img" | |
| 302 | + :src="examplePic2" | |
| 303 | + :preview-src-list="examplePicList2" | |
| 304 | + > | |
| 305 | + </el-image> | |
| 306 | + 组卷网(学科网)示例。 | |
| 298 | 307 | </span> |
| 299 | 308 | </p> |
| 300 | 309 | <p class="down-head" v-if="query.type == 2"> |
| ... | ... | @@ -308,7 +317,17 @@ |
| 308 | 317 | :preview-src-list="examplePicList" |
| 309 | 318 | > |
| 310 | 319 | </el-image> |
| 311 | - 菁优网示例/组卷网(学科网)示例。 | |
| 320 | + 菁优网示例 | |
| 321 | + </span> | |
| 322 | + / | |
| 323 | + <span class="img-box"> | |
| 324 | + <el-image | |
| 325 | + class="img" | |
| 326 | + :src="examplePic2" | |
| 327 | + :preview-src-list="examplePicList2" | |
| 328 | + > | |
| 329 | + </el-image> | |
| 330 | + 组卷网(学科网)示例。 | |
| 312 | 331 | </span> |
| 313 | 332 | </p> |
| 314 | 333 | <p>第二步:上传完成编辑好的试卷。</p> |
| ... | ... | @@ -370,7 +389,9 @@ export default { |
| 370 | 389 | diaUp: false, //上传word弹窗开关 |
| 371 | 390 | url: "/api_html/common/paper/upload", //上传文档地址 |
| 372 | 391 | examplePic: example, |
| 373 | - examplePicList: [example, example2], | |
| 392 | + examplePic2: example2, | |
| 393 | + examplePicList: [example], | |
| 394 | + examplePicList2: [example2], | |
| 374 | 395 | }; |
| 375 | 396 | }, |
| 376 | 397 | async created() { |
| ... | ... | @@ -932,7 +953,7 @@ export default { |
| 932 | 953 | left: -1px; |
| 933 | 954 | top: -1px; |
| 934 | 955 | opacity: 0; |
| 935 | - width: 220px; | |
| 956 | + width: 100%; | |
| 936 | 957 | height: 22px; |
| 937 | 958 | } |
| 938 | 959 | } | ... | ... |