From 557aa97a99e2ab0f005a07767c13e98a4ef35aa9 Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Wed, 13 Aug 2025 12:25:12 +0800 Subject: [PATCH] =?UTF-8?q?style(Tabbar):=20=E4=B8=BA=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E6=B7=BB=E5=8A=A0=E7=99=BD=E8=89=B2?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 提升底部导航栏的可视性,使其在浅色背景下更清晰可见 --- src/components/mini/Tabbar.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/mini/Tabbar.vue b/src/components/mini/Tabbar.vue index bd2e4a8..c8a8b7e 100644 --- a/src/components/mini/Tabbar.vue +++ b/src/components/mini/Tabbar.vue @@ -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%;