feat: 为 BaseHeader 组件添加背景颜色

This commit is contained in:
2026-02-24 22:23:24 +08:00
parent 719e0ecf53
commit 868db2ab6f

View File

@@ -49,7 +49,7 @@ export const BaseHeader = (props: { main?: React.ComponentType | null }) => {
}, [store.me, store.clearMe])
return (
<>
<div className="flex gap-2 text-lg w-full h-12 items-center justify-between">
<div className="flex gap-2 text-lg w-full h-12 items-center justify-between bg-gray-200">
<div className='px-2'>
<Link
to="/"