From 573b6f5ab581c83fd72bcf2bb30b8cbbda6f9956 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Mon, 13 Mar 2023 11:51:28 +0800 Subject: [PATCH] post-card hight --- themes/hexo/components/BlogPostCardInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hexo/components/BlogPostCardInfo.js b/themes/hexo/components/BlogPostCardInfo.js index 65e8c246..8c6c6be1 100644 --- a/themes/hexo/components/BlogPostCardInfo.js +++ b/themes/hexo/components/BlogPostCardInfo.js @@ -35,7 +35,7 @@ export const BlogPostCardInfo = ({ post, showPreview, showSummary }) => { {/* 摘要 */} {(!showPreview || showSummary) && !post.results && (

+ className="replace py-3 h-28 text-gray-700 dark:text-gray-300 text-sm font-light leading-7"> {post.summary}

)}