Commit 916429c4 by doszhang

dos

parent 17d13fc5
...@@ -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 = 100.7; //rem let wrapHeight = 149.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