diff --git a/subPackages/setup/area-list.vue b/subPackages/setup/area-list.vue index c6c3f81..31aa384 100644 --- a/subPackages/setup/area-list.vue +++ b/subPackages/setup/area-list.vue @@ -232,7 +232,6 @@ .none { width: 750rpx; - padding-top: 200rpx; .conter { width: 400rpx; @@ -263,6 +262,8 @@ .card { width: 750rpx; + height: 85vh; + overflow: auto; .list { margin: 0rpx auto 25rpx; @@ -339,6 +340,7 @@ } .footer { + margin-top: 500px; width: 750rpx; height: 120rpx; position: fixed;