style(Tabbar): 为底部导航栏添加白色背景色

提升底部导航栏的可视性,使其在浅色背景下更清晰可见
This commit is contained in:
34701892@qq.com 2025-08-13 12:25:12 +08:00
parent a972754e81
commit 557aa97a99
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ onMounted(async () => { });
bottom: 0;
box-shadow: 0 -2rpx 10rpx rgba(128, 128, 128, 0.2);
width: 100vw;
background-color: white;
.tabbar_item {
width: 50%;