Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch-robinson committed Jun 9, 2018
1 parent 1ea05c4 commit 60e8bc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion login.html
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ <h1 class="mui-title">登录</h1>
});
}, false);
//
oauthArea.style.top = (plus.display.resolutionHeight - 50) + "px";
var oauthArea = doc.querySelector('.oauth-area');
oauthArea.style.top = (plus.display.resolutionHeight - 100) + "px";
// window.addEventListener('resize', function() {
// oauthArea.style.display = document.body.clientHeight > 400 ? 'block' : 'none';
// }, false);
Expand Down

0 comments on commit 60e8bc2

Please sign in to comment.