上一版+update

This commit is contained in:
caishi 2021-05-26 16:48:18 +08:00
parent 8e419e63da
commit 0274cf84ee
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export default ({
let id = decodeURIComponent(u.split("#")[1]);
let ele = document.getElementById(id);
if(ele){
window.scrollTo(0, ele.offsetTop + 220);
window.scrollTo(0, ele.offsetTop + 120);
}
}
}