Merge pull request #3341 from tangly1024/feat/theme-proxio

proxio 微调
This commit is contained in:
tangly1024
2025-04-13 13:37:36 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ export const Blog = ({ posts }) => {
{!coverImg && <p className='max-w-[370px] text-base text-body-color dark:text-dark-6 flex items-center justify-center duration-200 group-hover:text-white '>
{item.summary}
</p>}
<LazyImage src={coverImg} className='absolute' />
<LazyImage src={coverImg} className='absolute max-h-full object-cover' />
</div>
</div>
{/* 内容部分 */}

View File

@@ -75,7 +75,7 @@ export const Footer = ({ title }) => {
<PoweredBy />
</div>
<DarkModeButton className='text-white' />
<DarkModeButton className='dark:text-white' />
<div className='flex justify-between items-center gap-x-2'>
<div className='flex items-center gap-x-4'>