Commit 74ed7c81 by doszhang

dos

parent aa715bf5
......@@ -145,6 +145,10 @@ function initPage() {
bottom: transformTop - 2 + 'px'
});
if (transformTop + 179 > 243) {
$('.upload-page .logo').css('top', transformTop + 189 + 'px');
}
const displacement = parseFloat(getTranslateDistance());
if (displacement > 0) {
const scale = document.documentElement.clientHeight / $('.page').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