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
1c36e0758e
commit
9786a0779a
@ -751,7 +751,7 @@ $(function () {
|
|||||||
|
|
||||||
/*! 注册 data-tips-text 事件行为 */
|
/*! 注册 data-tips-text 事件行为 */
|
||||||
$body.on('mouseenter', '[data-tips-text]', function () {
|
$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 () {
|
}).on('mouseleave', '[data-tips-text]', function () {
|
||||||
layer.close($(this).attr('index'));
|
layer.close($(this).attr('index'));
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user