Commit 53bd51d1 by doszhang

dos

parent dd961558
......@@ -169,7 +169,7 @@ function ruleScroll() {
}
timer = setTimeout(() => {
let blockHeight = $('.rule-block').height() / fontSize; //rem
let wrapHeight = 155; //rem
let wrapHeight = 149.7; //rem
let scrollHeight = wrapHeight - blockHeight; //rem
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