Commit 764f6ac6 by doszhang

dos

parent 97674dd2
......@@ -133,7 +133,7 @@ function initPage() {
let displacement = parseFloat(transformTop);
if (displacement > 0) {
let height = 1238 + displacement;
$('.wrap-inner,.page').css('height', height + 'rem');
$('.wrap-inner,.page').css('height', height + 'px');
}
// const headerHeight = 313;
// const logoHeight = parseFloat($('.logo').css('height'));
......
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