目录跳转问题

This commit is contained in:
hucong 2021-11-08 14:05:39 +08:00
parent 3678b8eb72
commit b1775e5158
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function ReadmeCatelogue({ menuList , hash }) {
{
menu && menu.length>0?
<div className="anchorBox">
<Anchor affix={false} onChange={onChange} offsetTop={150}>
<Anchor affix={false} onChange={onChange} offsetTop={140}>
{
menu.map((item,key)=>{
return(