Commit f6fa467d by doszhang

dos

parent ad3a5029
......@@ -124,11 +124,11 @@ function toUploadPage() {
function initPage() {
const transformTop = Math.abs(parseFloat(getTranslateDistance()));
$('.top').css('top', transformTop + 'px');
$('.bottom').css({
top: 'auto',
bottom: transformTop + 'px'
});
// $('.top').css('top', transformTop + 'px');
// $('.bottom').css({
// top: 'auto',
// bottom: transformTop + 'px'
// });
const displacement = parseFloat(transformTop);
if (displacement > 0) {
......
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