功能完善

This commit is contained in:
yanran200730
2023-03-20 11:09:30 +08:00
parent 4503abe419
commit d3df5cb76e
5 changed files with 89 additions and 52 deletions

View File

@@ -131,13 +131,6 @@
onReachBottom () {
this.getList()
},
onShareAppMessage() {
return {
title: '欢迎使用数字乡村治理服务一体化平台~',
path: `/pages/AppCircle/AppCircle`
}
}
}
</script>
@@ -203,20 +196,23 @@
.item-imgs {
display: flex;
align-items: center;
flex-wrap: wrap;
image {
flex: 1;
height: 202px;
margin-right: 12px;
height: 208px;
width: 33.33%;
padding-right: 12px;
margin-bottom: 12px;
box-sizing: border-box;
&:nth-of-type(3n) {
margin-right: 0;
padding-right: 0;
}
}
}
& > p {
margin: 24px 0;
margin: 12px 0;
font-size: 28px;
color: #333333;
}