This commit is contained in:
shijingjing
2022-02-23 09:42:51 +08:00
parent 3af76fd1f2
commit 42481dd588

View File

@@ -17,7 +17,7 @@
</div>
</div>
<div class="textarea">{{ data.content }}</div>
<div style="background: #FFFFFF; padding:0 30px; box-sizing: border-box;padding-bottom: 20px;">
<div style="background: #FFFFFF; padding:0 15px; box-sizing: border-box;padding-bottom: 20px;">
<img :src="item.url" alt="" v-for="(item, i) in data.pictures" :key="i" @click="previewImage(data.pictures, item.url)" class="upLoadPic"/>
</div>
<div class="address" v-if="data.gpsDesc">
@@ -61,7 +61,7 @@
</div>
</div>
<div style="height: 56px;"></div>
<div style="height: 70px;"></div>
<div class="btn" v-if="data.status == 0">
<div class="reject" @click="toReject">驳回发布</div>
@@ -243,8 +243,8 @@ export default {
}
}
.upLoadPic {
width: 204px;
height:204px;
width: 220px;
height:220px;
margin-right: 8px;
}
.upLoadPic:nth-child(3n) {