Skip to content

Commit 677c2e0

Browse files
committed
heo 主题微调
1 parent 222f58e commit 677c2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/heo/components/BlogPostCard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => {
3030
{/* 图片封面 */}
3131
{showPageCover && (
3232
<Link href={post?.href} passHref legacyBehavior>
33-
<div className='w-full md:w-5/12 2xl:w-full overflow-hidden'>
33+
<div className='w-full md:w-5/12 2xl:w-full overflow-hidden cursor-pointer select-none'>
3434
<LazyImage
3535
priority={index === 0}
3636
src={post?.pageCoverThumbnail}

0 commit comments

Comments
 (0)