From 8bd6e0f1c84f2bc5bf2b9555d1c5fb388565db6c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 11 十二月 2024 19:17:12 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 h5/pages/staff/vehicle/shinei.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/h5/pages/staff/vehicle/shinei.vue b/h5/pages/staff/vehicle/shinei.vue
index 35d1c20..3e00088 100644
--- a/h5/pages/staff/vehicle/shinei.vue
+++ b/h5/pages/staff/vehicle/shinei.vue
@@ -289,8 +289,8 @@
 		.app_header {
 			display: flex;
 			align-items: center;
-			margin: 0 -15rpx;
-
+			margin: 0 -15rpx;
+			padding-top: 10rpx;
 			.item {
 				width: 330rpx;
 				height: 72rpx;
@@ -306,11 +306,11 @@
 		}
 
 		.main_footer {
-			position: absolute;
+			position: fixed;
 			width: 100%;
 			left: 0;
 			bottom: 0;
-			padding: 20rpx 30rpx 84rpx;
+			padding: 20rpx 30rpx 52rpx;
 			box-shadow: 0rpx -3rpx 6rpx 0rpx #eeeeee;
 
 			.sel_time {

--
Gitblit v1.9.3