我想在不影响项目中其他ngx数据表的情况下减小ngx数据表的标题字体大小。
答案 0 :(得分:0)
覆盖默认CSS
HTML:
<div class="custom-datatable">
<ngx-datatable></ngx-datatable>
</div>
CSS:
.custom-datatable ngx-datatable.material .datatable-header .datatable-header-cell {
font-size: 10px !important;
}