From b8fd449f8483768fc94b127da4f166311621870b Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 31 Jan 2019 16:30:53 +0800 Subject: [PATCH] :bug: Fix margin in calendar select close #14636 --- components/calendar/style/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/calendar/style/index.less b/components/calendar/style/index.less index 5024345979..02d4d53837 100644 --- a/components/calendar/style/index.less +++ b/components/calendar/style/index.less @@ -8,8 +8,8 @@ outline: none; border-top: @border-width-base @border-style-base @border-color-base; - &-month-select { - margin-left: 5px; + .@{ant-prefix}-select&-month-select { + margin-left: 8px; } &-header {