fix(#I18PAH): 移动端点击 lgbInfo 组件时导航到顶部

#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I18PAH
This commit is contained in:
Argo Zhang 2020-01-25 09:41:11 +08:00
parent 1a3c75299d
commit f171685d1c
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -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();
},