generated from kevisual/vite-react-template
feat: 为 BaseHeader 组件添加背景颜色
This commit is contained in:
@@ -49,7 +49,7 @@ export const BaseHeader = (props: { main?: React.ComponentType | null }) => {
|
|||||||
}, [store.me, store.clearMe])
|
}, [store.me, store.clearMe])
|
||||||
return (
|
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'>
|
<div className='px-2'>
|
||||||
<Link
|
<Link
|
||||||
to="/"
|
to="/"
|
||||||
|
|||||||
Reference in New Issue
Block a user