From 9786a0779aae174f7e9f71697d76ca921d6ea6b4 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 4 Jan 2021 11:43:33 +0800 Subject: [PATCH] Update admin.js --- public/static/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/admin.js b/public/static/admin.js index af8918943..31f45739e 100644 --- a/public/static/admin.js +++ b/public/static/admin.js @@ -751,7 +751,7 @@ $(function () { /*! 注册 data-tips-text 事件行为 */ $body.on('mouseenter', '[data-tips-text]', function () { - $(this).attr('index', layer.tips($(this).attr('data-tips-text'), this, {tips: [$(this).attr('data-tips-type') || 3, '#78BA32']})); + $(this).attr('index', layer.tips($(this).attr('data-tips-text'), this, {tips: [$(this).attr('data-tips-type') || 3, '#78BA32'], time: 0})); }).on('mouseleave', '[data-tips-text]', function () { layer.close($(this).attr('index')); });