From 54619a7e0ca2ec74445ae0ca29ec5a7a2afb86e9 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 20 Oct 2025 08:56:33 +0800 Subject: [PATCH] feat: footer_sticky --- App.vue | 4 ++-- pages/ofm/booking_form.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/App.vue b/App.vue index 5fc741d..a9178a5 100644 --- a/App.vue +++ b/App.vue @@ -126,8 +126,8 @@ z-index: 1; background-color: white; } - .footer_fixed { - position: fixed; + .footer_sticky { + position: sticky; bottom: 0; left: 0; right: 0; diff --git a/pages/ofm/booking_form.vue b/pages/ofm/booking_form.vue index 4f10f61..e09f75c 100644 --- a/pages/ofm/booking_form.vue +++ b/pages/ofm/booking_form.vue @@ -55,7 +55,7 @@ 共{{totalCount}}小时 --> - +