目录锁bug,catalog-item

This commit is contained in:
tangly1024.com
2024-09-26 16:59:50 +08:00
parent bc5a6b8949
commit 6e6d8eef50
14 changed files with 326 additions and 278 deletions

View File

@@ -73,7 +73,7 @@ const Catalog = ({ toc }) => {
key={id}
href={`#${id}`}
className={`notion-table-of-contents-item duration-300 transform font-light
notion-table-of-contents-item-indent-level-${tocItem.indentLevel} `}>
notion-table-of-contents-item-indent-level-${tocItem.indentLevel} catalog-item `}>
<span
style={{
display: 'inline-block',