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