mirror of https://gitee.com/karson/fastadmin.git
Pre Merge pull request !505 from 御宅男(YznCMS官方)/Branch_f804c8a4
commit
19ff094d66
|
|
@ -725,7 +725,7 @@ define(['jquery', 'bootstrap', 'moment', 'moment/locale/zh-cn', 'bootstrap-table
|
||||||
if (top + 154 > $(window).height()) {
|
if (top + 154 > $(window).height()) {
|
||||||
top = top - 154;
|
top = top - 154;
|
||||||
}
|
}
|
||||||
if ($(window).width() < 480) {
|
if (left < 0 || $(window).width() < 480) {
|
||||||
top = left = undefined;
|
top = left = undefined;
|
||||||
}
|
}
|
||||||
Layer.confirm(
|
Layer.confirm(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue