mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update admin.js
This commit is contained in:
parent
0d4d2ba1d7
commit
f14f0f81b5
@ -1032,7 +1032,7 @@ $(function () {
|
|||||||
event.items.push({src: this.dataset.tipsImage || this.dataset.lazySrc || this.src});
|
event.items.push({src: this.dataset.tipsImage || this.dataset.lazySrc || this.src});
|
||||||
}) && layer.photos({
|
}) && layer.photos({
|
||||||
anim: 5, closeBtn: 1, photos: {start: event.$imgs.index(this), data: event.items}, tab: function (pic, $ele) {
|
anim: 5, closeBtn: 1, photos: {start: event.$imgs.index(this), data: event.items}, tab: function (pic, $ele) {
|
||||||
$ele.find('.layui-layer-close').css({top: 0, right: 0, position: 'fixed'});
|
$ele.find('.layui-layer-close').css({top: '20px', right: '20px', position: 'fixed'});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user