heo 主题 一点点细节

This commit is contained in:
tangly1024.com
2024-05-29 14:25:58 +08:00
parent 2372ddef4e
commit f7258fd2c6
14 changed files with 205 additions and 138 deletions

View File

@@ -48,7 +48,7 @@ export const MenuListSide = props => {
}
return (
<nav className='flex-col space-y-2'>
<nav className='flex-col space-y-1'>
{links?.map((link, index) => (
<MenuItemCollapse key={index} link={link} />
))}