村民圈审核

This commit is contained in:
shijingjing
2022-02-15 18:42:21 +08:00
parent 1a9c972959
commit cf8418e37f
6 changed files with 232 additions and 14 deletions

View File

@@ -8,7 +8,7 @@
<div class="detail-area">
<div class="time">2020-05-06 13:45</div>
<div class="address">
<img src="" alt="" class="addr-img">
<img src="./img/address.png" alt="">
<div>新港镇三联村</div>
</div>
</div>
@@ -176,15 +176,15 @@ export default {
display: flex;
color: #999999;
font-size: 22px;
margin-top: 15px;
margin: 15px 0;
.address {
display: flex;
margin-left: 30px;
.addr-img {
width: 50px;
height: 50px;
img {
width: 32px;
height: 32px;
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B