Commit a6632d57 by doszhang

dos

parent 764f6ac6
......@@ -131,6 +131,7 @@ function initPage() {
});
let displacement = parseFloat(transformTop);
console.log(displacement);
if (displacement > 0) {
let height = 1238 + displacement;
$('.wrap-inner,.page').css('height', height + 'px');
......
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