自定已自提相关

This commit is contained in:
tangly
2022-10-19 14:08:12 +08:00
parent d3271d527a
commit 3519e4db6e
26 changed files with 47 additions and 35 deletions

View File

@@ -63,7 +63,7 @@ const Catalog = ({ toc }) => {
<Progress />
</div>
<div className='overflow-y-auto max-h-36 lg:max-h-96 overscroll-none scroll-hidden' ref={tRef}>
<nav className='h-full font-sans text-black'>
<nav className='h-full text-black'>
{toc.map((tocItem) => {
const id = uuidToId(tocItem.id)
tocIds.push(id)