From 6c447fb41ecde2f34baf96d4ac506168d7b1b805 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Mon, 11 May 2020 13:35:35 +0800 Subject: [PATCH] style: fix select focused in input group --- components/input/style/mixin.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/input/style/mixin.less b/components/input/style/mixin.less index d122c0f52c..21e7d31146 100644 --- a/components/input/style/mixin.less +++ b/components/input/style/mixin.less @@ -327,6 +327,10 @@ } } + & > .@{ant-prefix}-select-focused { + z-index: 1; + } + & > *:first-child, & > .@{ant-prefix}-select:first-child > .@{ant-prefix}-select-selection, & > .@{ant-prefix}-calendar-picker:first-child .@{ant-prefix}-input,