Commit 712aafe2 by doszhang

dos

parent 90392644
......@@ -141,7 +141,7 @@ function initPage() {
const displacement = parseFloat(getTranslateDistance());
if (-displacement + 179 > 243) {
$('.upload-page .logo').css('top', displacement + 183 + 'px');
$('.upload-page .logo').css('top', -displacement + 183 + 'px');
}
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