From e4f61bb43673d0934b549fc865f228188aa03528 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 27 三月 2024 15:59:30 +0800 Subject: [PATCH] 调整登录 --- custom-tab-bar/index.wxss | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/custom-tab-bar/index.wxss b/custom-tab-bar/index.wxss index 3a47b5a..b6b71b6 100644 --- a/custom-tab-bar/index.wxss +++ b/custom-tab-bar/index.wxss @@ -11,21 +11,20 @@ .tabBarBox { display: flex; - padding-bottom: 50rpx; + padding-bottom: env(safe-area-inset-bottom); background-color: #fff; /* opacity: 1; */ } .tabItem { flex: 1; - height: var(--td-tab-bar-height, 80rpx); + height: var(--td-tab-bar-height, 88rpx); box-sizing: border-box; user-select: none; position: relative; - margin-bottom: 26rpx; + margin-bottom: 24rpx; background-color: var(--td-tab-bar-bg-color, var(--td-bg-color-container, var(--td-font-white-1, #ffffff))); padding: 0 24rpx; - border-top: 1px solid #d8d8d8; padding-top: 20rpx; } -- Gitblit v1.9.1