| | |
| | | .mk-calendar { |
| | | position: relative; |
| | | width: 100%; |
| | | padding: 20px; |
| | | |
| | | .loading-data { |
| | | position: absolute; |
| | | top: 0; |
| | | left: 20px; |
| | | right: 20px; |
| | | bottom: 0; |
| | | z-index: 2; |
| | | opacity: 0.5; |
| | | background: #ffffff; |
| | | .ant-spin-spinning { |
| | | position: absolute; |
| | | left: 50%; |
| | | top: 270px; |
| | | } |
| | | } |
| | | .mk-calendar-control { |
| | | text-align: right; |
| | | .ant-select { |
| | |
| | | .month-wrap { |
| | | cursor: pointer; |
| | | height: 120px; |
| | | width: 100%; |
| | | width: calc(100% - 2px); |
| | | transition: background 0.1s; |
| | | margin-bottom: 2px; |
| | | box-shadow: 0px 0px 1px #f7f7f7; |
| | | .header { |
| | | text-align: center; |
| | | font-size: 16px; |
| | |
| | | } |
| | | .content::-webkit-scrollbar-thumb { |
| | | border-radius: 5px; |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.09); |
| | | background: rgba(0, 0, 0, 0.09); |
| | | box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.7); |
| | | background: rgba(255, 255, 255, 0.7); |
| | | } |
| | | .content::-webkit-scrollbar-track { |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); |
| | |
| | | } |
| | | .year-calendar { |
| | | .year-wrap { |
| | | width: calc(100% - 2px); |
| | | cursor: pointer; |
| | | transition: background 0.1s; |
| | | box-shadow: 0px 0px 1px #f7f7f7; |
| | | .header { |
| | | text-align: center; |
| | | font-size: 16px; |
| | | color: #1890ff; |
| | | } |
| | | .content { |
| | | padding: 5px 15px 10px; |
| | | height: 110px; |
| | | overflow-y: auto; |
| | | margin-bottom: 2px; |
| | | .ant-badge-status-text { |
| | | color: inherit; |
| | | } |
| | | .message { |
| | | width: 100%; |
| | | white-space: nowrap; |
| | |
| | | } |
| | | .content::-webkit-scrollbar-thumb { |
| | | border-radius: 5px; |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.09); |
| | | background: rgba(0, 0, 0, 0.09); |
| | | box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.7); |
| | | background: rgba(255, 255, 255, 0.7); |
| | | } |
| | | .content::-webkit-scrollbar-track { |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); |