加入滚动分页组件,页面微调

This commit is contained in:
tangly1024
2021-10-15 13:02:31 +08:00
parent fb4b93d5f1
commit 4452d39e06
7 changed files with 199 additions and 117 deletions

View File

@@ -34,7 +34,7 @@ const JumpToTop = ({ targetRef, showPercent = true }) => {
return (
<div
className={(show ? 'animate__fade InUp' : 'animate__fadeOutUp') + ' rounded-full animate__animated animate__faster shadow-xl'}>
className={(show ? 'animate__fadeInUp' : 'animate__fadeOutUp') + ' rounded-full animate__animated animate__faster shadow-xl'}>
<div
style={{ backgroundColor: 'rgb(56, 144, 255)' }}
className='rounded-full dark:bg-gray-600 bg-white cursor-pointer '