mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-29 15:10:06 +00:00
Gitbook导航微调
This commit is contained in:
@@ -56,7 +56,7 @@ const NavPostList = (props) => {
|
||||
if (!groupedArray || groupedArray.length === 0) {
|
||||
return <NavPostListEmpty />
|
||||
} else {
|
||||
return <div id='posts-wrapper' className='w-full flex-grow'>
|
||||
return <div id='posts-wrapper' className='w-full flex-grow space-y-0.5 tracking-wider'>
|
||||
{/* 文章列表 */}
|
||||
{groupedArray?.map((group, index) => <NavPostItem key={index} group={group} onHeightChange={props.onHeightChange}/>)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user