Magzine文章锁

This commit is contained in:
tangly1024.com
2024-09-14 16:28:22 +08:00
parent dbad22de7a
commit 05e88bfd74

View File

@@ -188,10 +188,10 @@ const LayoutSlug = props => {
</div>
{/* Notion文章主体 */}
<article
id='article-wrapper'
className='max-w-3xl lg:col-span-3 w-full mx-auto px-2 lg:px-0'>
<NotionPage post={post} />
<article className='max-w-3xl lg:col-span-3 w-full mx-auto px-2 lg:px-0'>
<div id='article-wrapper'>
<NotionPage post={post} />
</div>
{/* 文章底部区域 */}
<section>