fix: 样式修改

This commit is contained in:
speakeloudest 2025-08-01 00:28:01 -07:00
parent e6186fc729
commit 07557a3c88

View File

@ -20,7 +20,16 @@ export function SidebarLeft({ ...props }: React.ComponentProps<typeof Sidebar>)
return (
<Sidebar collapsible='none' side='left' {...props} className={'h-screen bg-white'}>
<div className='pb-7 pl-4 pt-12'>
<Image src={'image.png'} width={102} height={49} alt='logo' unoptimized />
<Link href={'/dashboard'}>
<Image
className={'cursor-pointer'}
src={'image.png'}
width={102}
height={49}
alt='logo'
unoptimized
/>
</Link>
</div>
<SidebarContent className={''}>
<SidebarMenu className={'gap-2.5'}>