mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
feat(data-table, table): tabular-nums
This commit is contained in:
parent
29416b8dec
commit
8d08f380f5
@ -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;
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user