mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update admin.js
This commit is contained in:
parent
a1ea804c23
commit
30e99a3768
@ -1034,6 +1034,7 @@ $(function () {
|
||||
event.items.push({src: this.dataset.tipsImage || this.dataset.lazySrc || this.src});
|
||||
}) && layer.photos({
|
||||
anim: 5, closeBtn: 1, photos: {start: event.$imgs.index(this), data: event.items}, tab: function (pic, $ele) {
|
||||
$ele.find('img').attr('referrer-policy', 'no-referrer');
|
||||
$ele.find('.layui-layer-close').css({top: '20px', right: '20px', position: 'fixed'});
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user