From 738c852458680c27b24fba5936d1b0e6b4e2180f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Mon, 16 Sep 2019 09:56:30 +0800 Subject: [PATCH] update DatePicker style --- src/styles/common/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/common/base.less b/src/styles/common/base.less index 51c65f72..4563bd28 100644 --- a/src/styles/common/base.less +++ b/src/styles/common/base.less @@ -12,7 +12,7 @@ body { font-family: @font-family; - font-size: @font-size-small; + font-size: @font-size-base; line-height: @line-height-base; color: @text-color; background-color: @body-background;