antdv-eoi
Version:
An enterprise-class UI design language and Vue-based implementation
17 lines (15 loc) • 357 B
text/less
.@{calendar-prefix-cls}-month {
.@{calendar-prefix-cls}-month-header-wrap {
position: relative;
height: 288px;
//月份选择 鼠标悬停样式
.ant-calendar-month-panel-month:hover {
transform: scale(1.1);
}
}
.@{calendar-prefix-cls}-month-panel,
.@{calendar-prefix-cls}-year-panel {
top: 0;
height: 100%;
}
}