Commit 90392644 by doszhang

dos

parent 73eb8c5b
......@@ -139,8 +139,7 @@ function checkInfo() {
function initPage() {
const displacement = parseFloat(getTranslateDistance());
alert(displacement + 179)
if (displacement + 179 > 243) {
if (-displacement + 179 > 243) {
$('.upload-page .logo').css('top', displacement + 183 + '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