阴影效果
This commit is contained in:
tangly1024
2021-12-17 14:38:01 +08:00
parent 8ea86d3976
commit f154f24f88
6 changed files with 39 additions and 20 deletions

View File

@@ -64,7 +64,7 @@ const BlogPostListScroll = ({ posts = [], tags, currentSearch, currentCategory,
<div onClick={() => {
handleGetMore()
}}
className='w-full my-4 py-4 bg-gray-200 text-center cursor-pointer dark:bg-gray-700 dark:text-gray-200'
className='w-full my-4 py-4 text-center cursor-pointer glassmorphism dark:text-gray-200'
> {hasMore ? '继续加载' : '加载完了😰'} </div>
</div>
</div>