mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-09 15:10:39 +00:00
Fix:
react-notion-x降级:4.6.5 开启media-zoom; notion-viewport处理遮盖
This commit is contained in:
@@ -137,7 +137,7 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, posts, categories })
|
||||
|
||||
{post.tags && (
|
||||
<div className='flex flex-nowrap leading-8 p-1 py-4'>
|
||||
<div className='hidden md:block'>标签:</div>
|
||||
<div className='hidden md:block dark:text-gray-300'>标签:</div>
|
||||
{post.tags.map(tag => (
|
||||
<TagItem key={tag} tag={tag} />
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user