feat(data-table, table): tabular-nums

This commit is contained in:
07akioni 2020-06-01 13:23:41 +08:00
parent 29416b8dec
commit 8d08f380f5
2 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@
}
@include b(data-table-table) {
@include once {
font-variant-numeric: tabular-nums;
width: 100%;
word-wrap: break-word;
word-break: break-all;

View File

@ -34,6 +34,7 @@
@include b(table) {
@include once {
@include table-size-mixin;
font-variant-numeric: tabular-nums;
line-height: 1.75;
font-size: 14px;
width: 100%;