From e64dbd892565029ccc957758226bd84c425475a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Wed, 3 Jun 2026 13:18:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E8=AE=BE=E7=BD=AE=E6=9C=80?= =?UTF-8?q?=E5=B0=8F=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pay/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/pay/index.vue b/src/views/pay/index.vue index 4bedcc7..bd58efa 100644 --- a/src/views/pay/index.vue +++ b/src/views/pay/index.vue @@ -38,6 +38,7 @@ overflow-y: auto; --content-top: 4.8rem; > .content { + min-height: calc(var(--app-view-height) - var(--footer-height)); max-width: 160rem; margin: 0 auto; padding: 4rem 9rem 10rem;