UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

72 lines (61 loc) 1.6 kB
.@{calendar-prefix-cls}-decade-panel { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; background: @component-background; border-radius: @border-radius-base; outline: none; } .@{calendar-prefix-cls}-decade-panel-hidden { display: none; } .@{calendar-prefix-cls}-decade-panel-header { .calendarPanelHeader(~'@{calendar-prefix-cls}-decade-panel'); } .@{calendar-prefix-cls}-decade-panel-body { height: ~'calc(100% - .4rem)'; } .@{calendar-prefix-cls}-decade-panel-table { width: 100%; height: 100%; table-layout: fixed; border-collapse: separate; } .@{calendar-prefix-cls}-decade-panel-cell { white-space: nowrap; text-align: center; } .@{calendar-prefix-cls}-decade-panel-decade { display: inline-block; height: 0.24rem; margin: 0 auto; padding: 0 0.06rem; color: @text-color; line-height: 0.24rem; text-align: center; background: transparent; border-radius: @border-radius-sm; transition: background @animation-duration-slow ease; &:hover { background: @item-hover-bg; cursor: pointer; } } .@{calendar-prefix-cls}-decade-panel-selected-cell .@{calendar-prefix-cls}-decade-panel-decade { color: #fff; background: @date-primary-color; &:hover { color: #fff; background: @date-primary-color; } } .@{calendar-prefix-cls}-decade-panel-last-century-cell, .@{calendar-prefix-cls}-decade-panel-next-century-cell { .@{calendar-prefix-cls}-decade-panel-decade { color: @disabled-color; user-select: none; } }