Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2022-06-30 17:43:25 +08:00

View File

@@ -147,6 +147,7 @@ export default {
box-sizing: border-box; box-sizing: border-box;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
height: 120px;
.location-icon{ .location-icon{
width: 36px; width: 36px;
height: 36px; height: 36px;
@@ -195,7 +196,7 @@ export default {
} }
} }
.list{ .list{
padding-top: 220px; padding-top: 236px;
.item{ .item{
padding: 32px 32px 32px 36px; padding: 32px 32px 32px 36px;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;