style(layout): 优化移动端标签栏的样式类名
refactor(.gitignore): 重构并清理.gitignore文件 将文件内容按功能分类并添加注释,删除冗余条目,提高可读性和维护性
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user