修改bug
This commit is contained in:
@@ -13,9 +13,8 @@
|
||||
</div>
|
||||
<div class="showImg">
|
||||
<div v-if="showNoImg">暂无</div>
|
||||
<el-image v-else :src="currentSrc" :preview-src-list="imgsUrl">
|
||||
<div slot="placeholder" class="image-slot" :style="{ width: width, height: height, lineHeight: height }"><i class="el-icon-loading"></i>加载中</div>
|
||||
</el-image>
|
||||
<el-image v-else-if="currentSrc" :src="currentSrc" :preview-src-list="imgsUrl"></el-image>
|
||||
<div v-else class="image-slot" :style="{ width: width, height: height, lineHeight: height }"><i class="el-icon-loading"></i>加载中</div>
|
||||
</div>
|
||||
<div v-if="showChangeBtn" class="changeRight" @click="changeRight">
|
||||
<i class="el-icon-arrow-right"></i>
|
||||
|
||||
Reference in New Issue
Block a user