From 3ac695aaee5aab01d8cb39a56388c2740913dbec Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 06 十二月 2024 17:18:23 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
h5/pages/staff/snapshot.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/h5/pages/staff/snapshot.vue b/h5/pages/staff/snapshot.vue
index bb925eb..1224a70 100644
--- a/h5/pages/staff/snapshot.vue
+++ b/h5/pages/staff/snapshot.vue
@@ -376,7 +376,6 @@
<style lang="scss">
.main_wrap {
- padding-bottom: 200rpx;
.line {
display: flex;
@@ -471,12 +470,13 @@
.footer {
width: 100%;
- padding: 0 30rpx;
+ padding: 0 30rpx;
+ margin-top: 80rpx;
padding-bottom: env(safe-area-inset-bottom);
box-sizing: border-box;
- position: fixed;
- left: 0;
- bottom: 68rpx;
+ // position: fixed;
+ // left: 0;
+ // bottom: 68rpx;
.footer_btn {
width: 100%;
--
Gitblit v1.9.3