正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
@@ -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( |
-
请 注册 或 登录 后发表评论