From ba5563e7bbfd34c3c806731f38790787ba6d8f9c Mon Sep 17 00:00:00 2001 From: lq Date: Wed, 13 Nov 2024 08:33:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=88=91=E7=9A=84=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=8C=89=E9=92=AE=E9=81=AE=E6=8C=A1=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPackages/setup/area-list.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;