From 86baa8ff948d2e79588e0dd7efa16f6b8ac3b157 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 06 十二月 2024 15:29:15 +0800
Subject: [PATCH] ll

---
 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