* task #8732, improve style of popover.

This commit is contained in:
Catouse
2020-12-24 14:47:04 +08:00
parent 70e8b3f799
commit c1defae092
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ $(function()
});
}
$('[data-toggle="tooltip"]').tooltip({placement: 'right'});
$('[data-toggle="popover"]').popover();
});
/**