作者 Karson

--no commit message

1 -FastAdmin是一款基于ThinkPHP5+Bootstrap的极速后台管理系统 1 +FastAdmin是一款基于ThinkPHP5+Bootstrap的极速后台开发框架
2 =============== 2 ===============
3 3
4 4
@@ -230,10 +230,10 @@ define(['jquery', 'bootstrap', 'backend', 'config', 'toastr', 'moment', 'bootstr @@ -230,10 +230,10 @@ define(['jquery', 'bootstrap', 'backend', 'config', 'toastr', 'moment', 'bootstr
230 var that = this; 230 var that = this;
231 var top = $(that).offset().top - $(window).scrollTop(); 231 var top = $(that).offset().top - $(window).scrollTop();
232 var left = $(that).offset().left - $(window).scrollLeft() - 260; 232 var left = $(that).offset().left - $(window).scrollLeft() - 260;
233 - if(top + 154 > $(window).height()){ 233 + if (top + 154 > $(window).height()) {
234 top = top - 154; 234 top = top - 154;
235 } 235 }
236 - if($(window).width()<480){ 236 + if ($(window).width() < 480) {
237 top = left = undefined; 237 top = left = undefined;
238 } 238 }
239 var index = Backend.api.layer.confirm( 239 var index = Backend.api.layer.confirm(