mirror of https://gitee.com/karson/fastadmin.git
表格删除
parent
f804c8a460
commit
78c5c2a658
|
|
@ -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