From 65dc5d471540fc6e7bc3feebdd36d0e643142028 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Wed, 13 Oct 2021 15:46:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E7=9B=91=E5=90=AC=E5=BE=AE?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/ArticleLayout.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/layouts/ArticleLayout.js b/layouts/ArticleLayout.js index 64383d9b..326759f3 100644 --- a/layouts/ArticleLayout.js +++ b/layouts/ArticleLayout.js @@ -55,10 +55,10 @@ const ArticleLayout = ({ {/* 主体区块 */} -
+
{/* 中央区域 wrapper */}
+ className='hover:scale-105 hover:shadow-2xl duration-200 transform mx-auto max-w-5xl mt-16 lg:mt-20 md:flex-shrink-0 animate__fadeIn animate__animated'> {/* 封面图 */} {frontMatter.page_cover && frontMatter.page_cover.length > 1 && ( -
+
{/* 文章标题 */}

{frontMatter.title} @@ -166,7 +164,7 @@ const ArticleLayout = ({ {/* 分享按钮 */} {/* 跳回顶部 */} - +