Browse Source

no message

索隆 6 years ago
parent
commit
602ead26df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/util.js

+ 1 - 1
js/util.js

@@ -811,7 +811,7 @@ function uiConfirm(n) {
811 811
         });
812 812
         $Box.css({
813 813
             // 重置提示框位置
814
-            "top": (($(window).height() - $Box.height()) / 2),
814
+            "top": ((window.screen.availHeight - $Box.height()) / 2),
815 815
             "left": (($(window).width() - $Box.width()) / 2)
816 816
         });
817 817
         uiAlert.ie();