修改bug

This commit is contained in:
lichenguang
2025-08-04 17:03:17 +07:00
parent 682bda163e
commit ab20a6d302
+2 -3
View File
@@ -13,9 +13,8 @@
</div> </div>
<div class="showImg"> <div class="showImg">
<div v-if="showNoImg">暂无</div> <div v-if="showNoImg">暂无</div>
<el-image v-else :src="currentSrc" :preview-src-list="imgsUrl"> <el-image v-else-if="currentSrc" :src="currentSrc" :preview-src-list="imgsUrl"></el-image>
<div slot="placeholder" class="image-slot" :style="{ width: width, height: height, lineHeight: height }"><i class="el-icon-loading"></i>加载中</div> <div v-else class="image-slot" :style="{ width: width, height: height, lineHeight: height }"><i class="el-icon-loading"></i>加载中</div>
</el-image>
</div> </div>
<div v-if="showChangeBtn" class="changeRight" @click="changeRight"> <div v-if="showChangeBtn" class="changeRight" @click="changeRight">
<i class="el-icon-arrow-right"></i> <i class="el-icon-arrow-right"></i>