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}
)}