From bc63cd0e8e9c380be145f23f3456235d124a50d9 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 29 三月 2024 14:38:17 +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