ant-design/components/date-picker/style/MonthPicker.less

9 lines
163 B
Plaintext
Raw Normal View History

2016-01-13 17:30:24 +08:00
.@{calendar-prefix-cls}-month {
height: 248px;
2016-01-13 17:30:24 +08:00
.@{calendar-prefix-cls}-month-panel,
.@{calendar-prefix-cls}-year-panel {
top: 0;
height: 100%;
2016-01-13 17:30:24 +08:00
}
}