🐻 取消defer

This commit is contained in:
tangly1024
2021-09-29 15:52:42 +08:00
parent 7a776ffe7f
commit 98cee0efa0
4 changed files with 28 additions and 29 deletions

View File

@@ -38,7 +38,7 @@ const RightAside = ({ toc, post }) => {
{/* 下方菜单组 */}
<div
className={(hideAside ? 'right-0' : 'right-48') + ' space-x-2 fixed flex bottom-20 px-4 py-1 duration-500'}>
className={(hideAside ? 'right-0' : 'right-48') + ' space-x-2 fixed flex bottom-24 px-4 py-1 duration-500'}>
<div className='flex-wrap'>
{/* 分享按钮 */}
<ShareButton post={post} />