Commit 932cda1d by doszhang

dos

parent f01e1628
...@@ -169,7 +169,7 @@ function ruleScroll() { ...@@ -169,7 +169,7 @@ function ruleScroll() {
} }
timer = setTimeout(() => { timer = setTimeout(() => {
let blockHeight = $('.rule-block').height() / fontSize; //rem let blockHeight = $('.rule-block').height() / fontSize; //rem
let wrapHeight = 129.7; //rem let wrapHeight = 100.7; //rem
let scrollHeight = wrapHeight - blockHeight; //rem let scrollHeight = wrapHeight - blockHeight; //rem
let step = (39 * fontSize) / (scrollHeight * fontSize); let step = (39 * fontSize) / (scrollHeight * fontSize);
......
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 sign in to comment