akveo / akveo/ng2-smart-table

cannot change table style

オープン
#1,284 コメント 4 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。