From b0128497cea9d7ce703e02652a884e250db4de04 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 02 四月 2024 15:06:58 +0800 Subject: [PATCH] 检索bug2 --- pages/personalCenter/index.wxss | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/pages/personalCenter/index.wxss b/pages/personalCenter/index.wxss index 3ec75fb..88ce583 100644 --- a/pages/personalCenter/index.wxss +++ b/pages/personalCenter/index.wxss @@ -35,7 +35,7 @@ .content-wrapper { position: relative; padding: 30rpx; - padding-bottom: calc(env(safe-area-inset-bottom) + 96rpx); + padding-bottom: calc(env(safe-area-inset-bottom) + 100rpx); } .topBox { @@ -149,6 +149,7 @@ background: #fff; border-top-left-radius: 16rpx; border-top-right-radius: 16rpx; + margin-bottom: calc(env(safe-area-inset-bottom) + 88rpx); } .block .header { -- Gitblit v1.9.1