From 36ec6deba9c555d14284510d5c17116ae61f30f7 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Wed, 29 May 2024 11:03:37 +0800 Subject: [PATCH] =?UTF-8?q?HEO=E6=96=87=E7=AB=A0=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/heo/index.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/themes/heo/index.js b/themes/heo/index.js index ae0b21d8..619bb90d 100644 --- a/themes/heo/index.js +++ b/themes/heo/index.js @@ -284,18 +284,18 @@ const LayoutSlug = props => { return ( <>
+ className={`article h-full w-full ${fullWidth ? '' : 'xl:max-w-5xl'} ${hasCode ? 'xl:w-[73.15vw]' : ''} lg:hover:shadow lg:border rounded-2xl lg:px-2 lg:py-4 bg-white dark:bg-[#18171d] dark:border-gray-600`}> + {/* 文章锁 */} {lock && } {!lock && ( -
+
+ {/* 文章主体 */}
+ className='wow fadeInUp'> {/* Notion文章主体 */}
@@ -318,6 +318,7 @@ const LayoutSlug = props => { {/* 上一篇\下一篇文章 */} + {/* 评论区 */} {fullWidth ? null : (