css: fix height of MonthPicker

This commit is contained in:
Benjy Cui 2017-04-10 15:30:24 +08:00
parent 191b9f3f79
commit d8e465d579

View File

@ -2,5 +2,6 @@
.@{calendar-prefix-cls}-month-panel,
.@{calendar-prefix-cls}-year-panel {
top: 0;
height: 248px;
}
}