diff --git a/pages/article/[slug].js b/pages/article/[slug].js index 302417e2..251d5369 100644 --- a/pages/article/[slug].js +++ b/pages/article/[slug].js @@ -45,10 +45,10 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, posts, categories }) return -
+
{/* 中央区域 wrapper */}
+ className='shadow-card duration-200 mx-auto max-w-5xl mt-16 lg:mt-32 md:flex-shrink-0 animate__fadeIn animate__animated'> {/* 封面图 */} {post.page_cover && post.page_cover.length > 1 && ( -
+
{/* 文章标题 */}

{post.title} @@ -70,7 +70,7 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, posts, categories })
- 发表于: + 分类:
{post.category}
@@ -160,7 +160,7 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, posts, categories })

{/* 评论互动 */} -
+