From 47c5de29f370a77fc19a6a8eda8ac57476f312a6 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 9 Aug 2017 16:21:18 +0800 Subject: [PATCH] tweak range picker style --- components/date-picker/style/RangePicker.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/date-picker/style/RangePicker.less b/components/date-picker/style/RangePicker.less index 47621bebf0..0d6784cf73 100644 --- a/components/date-picker/style/RangePicker.less +++ b/components/date-picker/style/RangePicker.less @@ -3,7 +3,7 @@ .@{calendar-prefix-cls}-range-picker-input { background-color: transparent; border: 0; - height: 100%; + height: 99%; outline: 0; width: 43%; text-align: center;