From 635735c4e5b5310f4230d4a5591426e25d1002a0 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Thu, 11 Nov 2021 13:56:45 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A=20=E6=96=87=E7=AB=A0=E5=8D=A1?= =?UTF-8?q?=E7=89=8C=E9=98=B4=E5=BD=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/article/[slug].js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 })

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