图片数量

This commit is contained in:
changjinpeng
2022-03-21 20:38:48 +08:00
parent fa2b8a6922
commit 42df33d265

View File

@@ -71,7 +71,7 @@
</div>
<div class="card-img">
<img :src="e.url" v-for="(e, i) in imgList[index]" :key="i" alt="" @click.stop="previewImage(imgList[index], e.url)" v-if="i < 3" />
<img :src="e.url" v-for="(e, i) in imgList[index]" :key="i" alt="" @click.stop="previewImage(imgList[index], e.url)" />
</div>
<!-- <div class="card-icon">
@@ -264,7 +264,7 @@ export default {
background: #42d784;
}
.status2 {
background: #E4E4E4;
background: #e4e4e4;
}
.status3 {
background: #1aaaff;