Commit b3dba7da by doszhang

dos

parent e39a84f1
......@@ -138,7 +138,7 @@ function checkInfo() {
}
function initPage() {
const transformTop = -(parseFloat(getTranslateDistance()));
const transformTop = (parseFloat(getTranslateDistance()));
$('.top').css('top', transformTop + 'px');
$('.bottom').css({
top: 'auto',
......
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