From 7bf899f0b12a678b81cfa6f45e9e0f12db7622b8 Mon Sep 17 00:00:00 2001
From: wangxiaogang <1433729587@qq.com>
Date: Tue, 9 Jun 2026 09:08:03 +0800
Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=91=A8=E6=9C=9F=E8=B4=A6?=
=?UTF-8?q?=E5=8D=95=20Numpad=20=E6=94=B9=E4=B8=BA=E5=BC=B9=E7=AA=97?=
=?UTF-8?q?=E5=86=85=E5=B5=8C=EF=BC=8C=E7=A7=BB=E9=99=A4=20fixed=20?=
=?UTF-8?q?=E5=AE=9A=E4=BD=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
client/src/pages/recurring/index.vue | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/client/src/pages/recurring/index.vue b/client/src/pages/recurring/index.vue
index f1c18cd..7a11467 100644
--- a/client/src/pages/recurring/index.vue
+++ b/client/src/pages/recurring/index.vue
@@ -134,6 +134,11 @@
+
+
+
+
+
-
-
-
-
@@ -500,10 +501,11 @@ function goBack() { uni.navigateBack() }
&:active { opacity: 0.8; }
}
-/* Numpad 位于弹窗上方 */
-.form-numpad {
- position: fixed; bottom: 0; left: 0; right: 0; z-index: 250;
- background: $surface;
- padding-bottom: env(safe-area-inset-bottom);
+/* Numpad 内嵌在表单中 */
+.form-numpad-wrap {
+ margin-top: $space-sm;
+ background: $bg;
+ border-radius: $radius-lg;
+ overflow: hidden;
}