From 310c16bf06c7b26402e9d678cd1ffdc00229fec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=BC=E7=BB=AD?= Date: Thu, 19 Nov 2020 19:07:53 +0800 Subject: [PATCH 1/2] feat: change statistic deciaml font size --- components/style/themes/default.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/style/themes/default.less b/components/style/themes/default.less index 0e1c70938e..9607c1740d 100644 --- a/components/style/themes/default.less +++ b/components/style/themes/default.less @@ -860,7 +860,7 @@ // Skeleton // --- -@skeleton-color: rgba(190, 190, 190, .2); +@skeleton-color: rgba(190, 190, 190, 0.2); @skeleton-to-color: shade(@skeleton-color, 5%); @skeleton-paragraph-margin-top: 28px; @skeleton-paragraph-li-margin-top: @margin-md; @@ -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