UNPKG

tntd

Version:

tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。

22 lines (21 loc) 526 B
.@{calendar-prefix-cls}-week-number { &-cell { opacity: 0.5; } .@{calendar-prefix-cls}-body tr { cursor: pointer; transition: all 0.3s; &:hover { background: @primary-1; } &.@{calendar-prefix-cls}-active-week { font-weight: bold; background: @primary-2; } .@{calendar-prefix-cls}-selected-day .@{calendar-prefix-cls}-date, .@{calendar-prefix-cls}-selected-day:hover .@{calendar-prefix-cls}-date { color: @text-color; background: transparent; } } }