From e0673329aafe8fc5e17daa75f940807566813290 Mon Sep 17 00:00:00 2001
From: Mr.Shi <1878285526@qq.com>
Date: 星期四, 07 九月 2023 15:34:55 +0800
Subject: [PATCH] 小程序

---
 minipro_standard/components/Search.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/minipro_standard/components/Search.vue b/minipro_standard/components/Search.vue
index 082e02b..f79d349 100644
--- a/minipro_standard/components/Search.vue
+++ b/minipro_standard/components/Search.vue
@@ -66,6 +66,8 @@
 	    display: flex;
 	    align-items: center;
 	    .zhanwei {
+			width: 100%;
+			height: calc(88rpx + 30rpx);
 	        background: #ffffff;
 	    }
 	    .content {
@@ -81,7 +83,7 @@
 	        justify-content: space-between;
 	        padding-left: 40rpx;
 	        padding-right: 40rpx;
-	        padding-bottom: 64rpx;
+	        padding-bottom: env(safe-area-inset-bottom);
 	        box-sizing: border-box;
 	        position: fixed;
 	        bottom: 0;
@@ -91,6 +93,7 @@
 	        .footer_close {
 	            flex: 1;
 	            padding: 28rpx 0;
+				height: 88rpx;
 	            box-sizing: border-box;
 	            margin-right: 22rpx;
 	            font-size: 32rpx;
@@ -103,6 +106,7 @@
 	        }
 	        .footer_submit {
 	            flex: 1;
+				height: 88rpx;
 	            padding: 28rpx 0;
 	            box-sizing: border-box;
 	            font-size: 32rpx;

--
Gitblit v1.9.3