fix(#I18PAH): 移动端点击 lgbInfo 组件时导航到顶部
#Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I18PAH
This commit is contained in:
parent
1a3c75299d
commit
f171685d1c
|
@ -625,7 +625,7 @@
|
|||
$element.append($('<a href="#" tabindex="-1" role="button" data-toggle="popover"><i class="fa fa-question-circle"></i></a>'));
|
||||
});
|
||||
var container = this.attr('data-container') || 'body';
|
||||
this.find('[data-toggle="popover"]').popover($.extend({
|
||||
this.find('[data-toggle="popover"]').on('click', function (event) { event.preventDefault(); }).popover($.extend({
|
||||
title: function () {
|
||||
return $(this).parent().text();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue