diff --git a/src/apps/AppIntegralAudit/AppIntegralAudit.vue b/src/apps/AppIntegralAudit/AppIntegralAudit.vue index 32c5c73a..4eafad9a 100644 --- a/src/apps/AppIntegralAudit/AppIntegralAudit.vue +++ b/src/apps/AppIntegralAudit/AppIntegralAudit.vue @@ -177,7 +177,7 @@ export default { .card-list { width: 100%; - padding: 200px 32px 0 32px; + padding: 200px 32px 20px 32px; box-sizing: border-box; background: #f5f5f5; @@ -228,15 +228,6 @@ export default { font-size: 34px; color: #E6736E; } - - // .status0 { - // color: #FF9B2B; - // } - - // .status1 { - // color: #4181FF; - // } - } } } diff --git a/src/apps/AppVillagersCircle/commentList.vue b/src/apps/AppVillagersCircle/commentList.vue index 98e17e30..059576fa 100644 --- a/src/apps/AppVillagersCircle/commentList.vue +++ b/src/apps/AppVillagersCircle/commentList.vue @@ -172,7 +172,7 @@ export default { .card-list { width: 100%; - padding: 200px 32px 0 32px; + padding: 200px 32px; box-sizing: border-box; background: #f5f5f5; diff --git a/src/apps/AppVillagersCircle/infoList.vue b/src/apps/AppVillagersCircle/infoList.vue index be66edc5..58d47642 100644 --- a/src/apps/AppVillagersCircle/infoList.vue +++ b/src/apps/AppVillagersCircle/infoList.vue @@ -168,7 +168,7 @@ export default { .card-list { width: 100%; - padding: 200px 32px 0 32px; + padding: 200px 32px; box-sizing: border-box; background: #f5f5f5;