博客列表顶部边距;
悬浮百分比负数异常;
标签文字不换行;
背景色不当;
This commit is contained in:
tangly
2021-11-07 09:21:34 +08:00
parent 60c3b652f9
commit e3423f9768
5 changed files with 13 additions and 11 deletions

View File

@@ -50,9 +50,9 @@ const Toc = ({ toc }) => {
setActiveSection(currentSectionId)
}, throttleMs))
return <div className='dark:bg-gray-600 min-h-screen'>
return <div className='dark:bg-gray-800 min-h-screen'>
<div
className=' dark:border-gray-600 border-b text-2xl bg-white font-bold text-black dark:bg-gray-900 dark:text-white py-6 px-6'>
className='dark:border-gray-600 border-b text-2xl bg-white font-bold text-black dark:bg-gray-900 dark:text-white py-6 px-6'>
文章目录
</div>
<nav className='text-gray-500 dark:text-gray-400 underline overflow-y-auto scroll-hidden p-2'>