Commit 1f3420c2 by kubisk

dos

parent a932877c
...@@ -159,7 +159,7 @@ function checkInfo() { ...@@ -159,7 +159,7 @@ function checkInfo() {
success: function (resp) { success: function (resp) {
let dtop = parseInt($('.upload-page .top').css('top')) let dtop = parseInt($('.upload-page .top').css('top'))
$('.tip').css('top', 249 + dtop + 'px') $('.tip').css('top', 173 + dtop + 'px')
$('.username').css('top', 319 + dtop + 'px') $('.username').css('top', 319 + dtop + 'px')
$('.company').css('top', 373 + dtop + 'px') $('.company').css('top', 373 + dtop + 'px')
if (resp.status == 1) { if (resp.status == 1) {
......
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