From 1ef898e92a10e18d6f0c5ae4ad0c3a50ba0c7f23 Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 31 Aug 2015 16:43:16 +0800 Subject: [PATCH] fix datepicker panel line-height --- style/components/datepicker/Calendar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/components/datepicker/Calendar.less b/style/components/datepicker/Calendar.less index 5008798940..3f79d8bb42 100644 --- a/style/components/datepicker/Calendar.less +++ b/style/components/datepicker/Calendar.less @@ -141,7 +141,7 @@ border-radius: 4px 4px; width: 20px; height: 20px; - line-height: 20px; + line-height: 18px; padding: 0; background: transparent; text-align: center;