From 8e1051daf55ee2ae586a068a69282e1b6598f1a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Fri, 3 Jan 2020 16:21:34 +0800 Subject: [PATCH] :bug: Fix DatePicker in Input.Group missing left border when hover (#20644) close #20372 --- components/date-picker/style/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/components/date-picker/style/index.less b/components/date-picker/style/index.less index da5288ac87..5be3836f75 100644 --- a/components/date-picker/style/index.less +++ b/components/date-picker/style/index.less @@ -25,6 +25,7 @@ .reset-component; .picker-padding(@input-height-base, @font-size-base, @input-padding-horizontal-base); + position: relative; display: inline-flex; align-items: center; background: @picker-bg;