From ad522502560764811e3067925c754905a3adcf89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=B0=8F=E4=BA=8Ber?= Date: Wed, 6 Jun 2018 16:36:16 +0800 Subject: [PATCH] fix(calendar): fix fullcalendar content 2px overflow --- components/calendar/style/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/calendar/style/index.less b/components/calendar/style/index.less index 32ca13deaa..0db0f391bb 100644 --- a/components/calendar/style/index.less +++ b/components/calendar/style/index.less @@ -235,7 +235,7 @@ } &-fullscreen &-content { - height: 90px; + height: 88px; overflow-y: auto; position: static; width: auto;