mirror of https://gitee.com/karson/fastadmin.git
修复 Layer.photos预览图片时,表格页面弹到最上面的问题
parent
c14adbbdfd
commit
9fbe4a6584
|
|
@ -444,6 +444,7 @@ define(['jquery', 'bootstrap', 'moment', 'moment/locale/zh-cn', 'bootstrap-table
|
|||
src: Fast.api.cdnurl(value),
|
||||
});
|
||||
});
|
||||
$("html body").css('height',screen.height);
|
||||
Layer.photos({
|
||||
photos: {
|
||||
"start": $(this).parent().index(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue