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}}小时 -->
-