[Update] 修复页面bug和popover的问题

This commit is contained in:
ibuler
2019-09-12 11:17:15 +08:00
parent 444f494c0b
commit 8ddda8e5af
13 changed files with 52 additions and 23 deletions

View File

@@ -76,10 +76,9 @@ $(document).ready(function () {
if(!$("body").hasClass('body-small')) {
fix_height();
}
})
});
$("[data-toggle=popover]")
.popover();
$("[data-toggle=popover]").popover();
});