Commit 8d9ecdf5 by doszhang

dos

parent 23534faa
...@@ -142,7 +142,7 @@ function initPage() { ...@@ -142,7 +142,7 @@ function initPage() {
$('.top').css('top', transformTop + 'px'); $('.top').css('top', transformTop + 'px');
$('.bottom').css({ $('.bottom').css({
top: 'auto', top: 'auto',
bottom: transformTop + 1 + 'px' bottom: transformTop - 1 + 'px'
}); });
const displacement = parseFloat(getTranslateDistance()); const displacement = parseFloat(getTranslateDistance());
......
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