Browse Source
Merge pull request #27884 from ant-design/feat/statistic-suffix
feat: change statistic deciaml font size
pull/27930/head
诸岳
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/style/themes/default.less
|
|
@ -932,7 +932,7 @@ |
|
|
|
// --- |
|
|
|
@statistic-title-font-size: @font-size-base; |
|
|
|
@statistic-content-font-size: 24px; |
|
|
|
@statistic-unit-font-size: 16px; |
|
|
|
@statistic-unit-font-size: 24px; |
|
|
|
@statistic-font-family: @font-family; |
|
|
|
|
|
|
|
// Drawer |
|
|
|