Merge branch 'main' into feat/workflow

This commit is contained in:
JzoNg
2024-03-27 10:33:28 +08:00
9 changed files with 27 additions and 16 deletions

View File

@ -76,7 +76,9 @@ const NavSelector = ({ curNav, navs, createText, onCreate, onLoadmore }: INavSel
<Indicator />
</div>
</div>
{nav.name}
<div className='truncate'>
{nav.name}
</div>
</div>
</Menu.Item>
))