Update metro.js

This commit is contained in:
hl 2018-11-12 22:51:16 +08:00
parent edb63d99fa
commit 1799bfea53

View File

@ -865,7 +865,7 @@ function touch2Mouse(e)
_window _window
.css("position", "fixed") .css("position", "fixed")
.css("z-index", parseInt(_overlay.css('z-index'))+1) .css("z-index", parseInt(_overlay.css('z-index'))+1)
.css("top", ($(window).height() - METRO_DIALOG.outerHeight()) / 2 ) .css("top", (($(window).height() - METRO_DIALOG.outerHeight()) / 2 + 20))
.css("left", ($(window).width() - _window.outerWidth()) / 2) .css("left", ($(window).width() - _window.outerWidth()) / 2)
; ;