From aa7f5fb776889719a09d7d9b11ad2771eeb81ba0 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Tue, 30 Jul 2019 12:00:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20DatePicker=20=E6=8F=92=E4=BB=B6=E5=8D=95?= =?UTF-8?q?=E4=B8=AA=E4=BD=BF=E7=94=A8=E6=97=B6=EF=BC=8C=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4=E6=97=B6=EF=BC=8C=E5=87=BA?= =?UTF-8?q?=E7=8E=B0=E5=83=8F=E7=B4=A0=E5=81=8F=E5=B7=AE=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/date-picker/style/MonthPanel.less | 2 +- components/date-picker/style/YearPanel.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/date-picker/style/MonthPanel.less b/components/date-picker/style/MonthPanel.less index 1a8eb6697a..edfa4d8e5e 100644 --- a/components/date-picker/style/MonthPanel.less +++ b/components/date-picker/style/MonthPanel.less @@ -1,6 +1,6 @@ .@{calendar-prefix-cls}-month-panel { position: absolute; - top: 1px; + top: 0; right: 0; bottom: 0; left: 0; diff --git a/components/date-picker/style/YearPanel.less b/components/date-picker/style/YearPanel.less index 190160db6e..f7754a1d4b 100644 --- a/components/date-picker/style/YearPanel.less +++ b/components/date-picker/style/YearPanel.less @@ -1,6 +1,6 @@ .@{calendar-prefix-cls}-year-panel { position: absolute; - top: 1px; + top: 0; right: 0; bottom: 0; left: 0;