From eb275c6d06d3c27fd30bbf4975d27c93d7f56eb2 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 10 十二月 2024 18:29:03 +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