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;