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
329a605e9a
commit
416b2af237
@ -1005,7 +1005,7 @@ $(function () {
|
||||
var img = new Image(), that = this, layidx;
|
||||
img.referrerPolicy = 'no-referrer', img.style.maxWidth = '260px', img.style.maxHeight = '260px';
|
||||
img.src = this.dataset.tipsImage || this.dataset.lazySrc || this.src, img.onload = function () {
|
||||
layidx = layer.tips(img.outerHTML, that, {time: 0, skin: 'layui-layer-image', anim: 5, scrollbar: false});
|
||||
layidx = layer.tips(img.outerHTML, that, {time: 0, skin: 'layui-layer-image', anim: 5, isOutAnim: false, scrollbar: false});
|
||||
$(that).off('mouseleave').on('mouseleave', function () {
|
||||
layui.layer.close(layidx);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user