From f78fc1c757e2ea8d28252c30f75e603341a524cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Wed, 3 Jul 2019 10:15:45 +0800 Subject: [PATCH] fix: DatePicker's input box is obscured on safari --- components/date-picker/style/RangePicker.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/date-picker/style/RangePicker.less b/components/date-picker/style/RangePicker.less index b8acbe2511d0..df1a156f30f8 100644 --- a/components/date-picker/style/RangePicker.less +++ b/components/date-picker/style/RangePicker.less @@ -98,6 +98,7 @@ .input; height: @input-height-sm; + line-height: @input-height-sm; padding-right: 0; padding-left: 0; border: 0;