From c639ebb6bf2bdfc1ca44ab121803d2586fc5dd95 Mon Sep 17 00:00:00 2001 From: cfq Date: Wed, 28 Jan 2026 14:48:40 +0800 Subject: [PATCH] =?UTF-8?q?feat(TabBar):=20=E4=B8=BA=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=B7=BB=E5=8A=A0=E5=9B=BE=E6=A0=87=E5=92=8C?= =?UTF-8?q?=E6=96=87=E5=AD=97=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将首页标签的图标和文字包裹在单独的容器中 - 添加首页文字显示并应用文本溢出样式 - 简化模板结构,移除多余换行和缩进 --- src/components/TabBar.vue | 52 +++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 30 deletions(-) diff --git a/src/components/TabBar.vue b/src/components/TabBar.vue index 1994e74..125ccba 100644 --- a/src/components/TabBar.vue +++ b/src/components/TabBar.vue @@ -1,39 +1,24 @@