Commit 6174f46d authored by lixy's avatar lixy

关于欣新

parent 7361a3dc
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
console.log(top); console.log(top);
if(id == "history01"){ if(id == "history01"){
this.tabIndex = 0; this.tabIndex = 0;
document.documentElement.scrollTop = top - 240; document.documentElement.scrollTop = top - 260;
} else if(id == "history02"){ } else if(id == "history02"){
this.tabIndex = 1; this.tabIndex = 1;
document.documentElement.scrollTop = top - 260; document.documentElement.scrollTop = top - 260;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment