Commit 675c3607 by doszhang

dos

parent 6f158c08
...@@ -123,7 +123,7 @@ function toUploadPage() { ...@@ -123,7 +123,7 @@ function toUploadPage() {
} }
function initPage() { function initPage() {
const transformTop = Nath.abs(parseFloat(getTranslateDistance())); const transformTop = Math.abs(parseFloat(getTranslateDistance()));
$('.top').css('top', transformTop); $('.top').css('top', transformTop);
$('.bottom').css({ $('.bottom').css({
top: 'auto', 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