修改bug
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user