From c98939f279d1a32b281f00dc4760c830a85b0ef9 Mon Sep 17 00:00:00 2001
From: wangjiahai <1556608@qq.com>
Date: Tue, 21 Nov 2023 15:24:16 +0800
Subject: [PATCH] 111
---
pages/card/card.vue | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pages/card/card.vue b/pages/card/card.vue
index 1f08dbd..0de3e9f 100644
--- a/pages/card/card.vue
+++ b/pages/card/card.vue
@@ -17,7 +17,7 @@
+ style="bottom: var(--window-bottom);z-index: 1;position: fixed;background: #f1f2f3;width: 100%;height: 35px;line-height: 35px;text-align: center;color: red;">
绑定新卡
@@ -95,5 +95,6 @@
page {
width: 100%;
height: 100%;
+ height: calc(100% + var(--window-bottom); )
}
\ No newline at end of file