From 8c76b302131fc5292526828c5ff725288d6b09d8 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Fri, 30 Jun 2023 12:06:42 +0800 Subject: [PATCH] hexo fix card height --- 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 7d7bb884..4b7feee6 100644 --- a/themes/hexo/components/BlogPostCardInfo.js +++ b/themes/hexo/components/BlogPostCardInfo.js @@ -10,7 +10,7 @@ import BLOG from '@/blog.config' * @returns */ export const BlogPostCardInfo = ({ post, showPreview, showPageCover, showSummary }) => { - return
+ return
{/* 标题 */}