diff --git a/themes/movie/components/BlogPostCard.js b/themes/movie/components/BlogPostCard.js index 771f31b5cc0..fe44b8cdad6 100644 --- a/themes/movie/components/BlogPostCard.js +++ b/themes/movie/components/BlogPostCard.js @@ -14,7 +14,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { return (
+ className='wow fadeInUp w-full mb-4 cursor-pointer overflow-hidden shadow-movie dark:bg-hexo-black-gray text-white'> {/* 固定高度 ,空白用图片拉升填充 */}
@@ -39,7 +39,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { )}
{/* 阴影遮罩 */} -

+

{siteConfig('POST_TITLE_ICON') && ( )} diff --git a/themes/photo/components/BlogPostCard.js b/themes/photo/components/BlogPostCard.js index 771f31b5cc0..fe44b8cdad6 100644 --- a/themes/photo/components/BlogPostCard.js +++ b/themes/photo/components/BlogPostCard.js @@ -14,7 +14,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { return (
+ className='wow fadeInUp w-full mb-4 cursor-pointer overflow-hidden shadow-movie dark:bg-hexo-black-gray text-white'> {/* 固定高度 ,空白用图片拉升填充 */}
@@ -39,7 +39,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => { )}
{/* 阴影遮罩 */} -

+

{siteConfig('POST_TITLE_ICON') && ( )}