cannot change table style
オープン
- 主要言語
- TypeScript
- スター
- 1.6k
- フォーク
- 867
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I am using the following code to try and change the font and table style but could not do it.
:host ::ng-deep {
ng2-smart-table table tr {
color: black !important;
page-break-inside: avoid;
font-weight: bolder;
}
ng2-smart-table tbody>tr>th {
color: #000000 !important;
text-decoration: none;
font-size: medium;
font-weight: bolder;
}
}
but it won't change my style no matter what. pleast help
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。