Browse Source

Merge branch 'develop' of http://163.228.141.122:3000/TEAMMODEL/TEAMModelOS into develop

CrazyIter_Bin 5 tháng trước cách đây
mục cha
commit
b5444facdc

+ 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>