ng2智能表,列标题右对齐

时间:2020-10-22 12:30:01

标签: css angular typescript ng2-smart-table

我想将ng2-smart表中的特定列标题右对齐

:host /deep/ ng2-smart-table thead th{
text-align: right;

}

我正在使用上面的代码,该代码将所有列标题右对齐,但是我只希望少数列标题文本右对齐。有什么帮助吗?谢谢

0 个答案:

没有答案