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
parent
commit
4317286c28
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/style/themes/default.less

2
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

Loading…
Cancel
Save