fix 重复的css

This commit is contained in:
tangly1024
2022-12-24 19:26:38 +08:00
parent c13c97b6bf
commit ccc49abce9

View File

@@ -79,7 +79,7 @@ const LayoutBase = (props) => {
</main>
{/* 右下角悬浮 */}
<div ref={floatButtonGroup} className='right-8 bottom-12 bottom-24 lg:right-2 fixed justify-end z-20 font-sans'>
<div ref={floatButtonGroup} className='right-8 bottom-12 lg:right-2 fixed justify-end z-20 font-sans'>
<div className={(show ? 'animate__animated ' : 'hidden') + ' animate__fadeInUp rounded-md glassmorphism justify-center duration-500 animate__faster flex space-x-2 items-center cursor-pointer '}>
<JumpToTopButton percent={percent}/>
<JumpToBottomButton />