react-notion-x降级:4.6.5 开启media-zoom;
notion-viewport处理遮盖
This commit is contained in:
tangly1024
2021-11-06 23:01:12 +08:00
parent add1c677e3
commit 1448379d6c
4 changed files with 11 additions and 13 deletions

View File

@@ -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} />
))}