【发布时间】:2020-11-08 13:01:18
【问题描述】:
我正在使用 Bootstrap 4。我想在 Datatable 中使用 Glyphicon。我包括font-awsome。
我的 CSS 代码如下所示
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
content: "\e252" !important;
font-family: "Font Awesome 5 Free";
display: inline-block;
padding-right: 3px;
vertical-align: middle;
font-weight: 900;
}
但我得到如下输出
【问题讨论】:
标签: bootstrap-4 glyphicons font-awesome-4