我想p-table
只在一个组件中更改我的标题单元格的背景颜色,我该怎么做?
我试过了<ng-template pTemplate="caption" class="myStyle">
并 .myStyle{ background: rgb(9,169,121) !important; }
在 my.component.scss
但它不起作用。
帮我!谢谢!
编辑:终于成功了!我看到@Antikhippe 的答案,但我不得不添加
:host ::ng-deep { #myTable { .p
-datatable-thead{ 背景:红色;
} .p-datatable .p-datatable-thead > tr > th { 背景:继承;} } }