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 @@ + + + + + {{ editingId ? '保存修改' : '添加' }} @@ -141,10 +146,6 @@ - - - - @@ -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; }