fix: 样式修改
This commit is contained in:
parent
e6186fc729
commit
07557a3c88
@ -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'}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user