Browse Source

#3730 C1139 学生端--错题练习,支持放大查看快速组卷题目附件图片

XW 5 months ago
parent
commit
92ceb9f7a8

+ 1 - 1
TEAMModelOS/ClientApp/src/components/student-web/WrongQusetion/QuesList.vue

@@ -87,7 +87,7 @@
                             <div v-show="item.qamode && item.attachments.length">
                                 <el-carousel indicator-position="outside" height="200px" :autoplay="false">
                                     <el-carousel-item v-for="(img, indexs) in item.attachments" :key="indexs" style="text-align: center;">
-                                        <img :src="img" alt="" style="height: 100%;">
+                                        <img :src="img" alt="" style="height: 100%; cursor: pointer;" @click="$hevueImgPreview(img)">
                                     </el-carousel-item>
                                 </el-carousel>
                             </div>