style(layout): 优化移动端标签栏的样式类名

refactor(.gitignore): 重构并清理.gitignore文件
将文件内容按功能分类并添加注释,删除冗余条目,提高可读性和维护性
This commit is contained in:
张翔
2026-03-27 16:17:49 +08:00
parent 5bb3d48e4c
commit 1c8241da4e
2 changed files with 198 additions and 272 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export function MobileTabBar() {
<Link
key={tab.id}
href={tab.href}
className="flex flex-col items-center justify-center flex-1 h-full relative group min-h-[48px]"
className="flex flex-col items-center justify-center flex-1 h-full relative group min-h-12"
>
<div className="relative flex flex-col items-center justify-center py-2">
<Icon