| | |
| | | position: relative; |
| | | width: 100%; |
| | | padding: 20px; |
| | | color: rgba(0, 0, 0, 0.85); |
| | | |
| | | .loading-data { |
| | | position: absolute; |
| | |
| | | .ant-select { |
| | | width: 90px; |
| | | margin-right: 15px; |
| | | } |
| | | .ant-select + .ant-select { |
| | | width: 80px; |
| | | } |
| | | } |
| | | .mk-calendar-content { |
| | |
| | | height: 100%; |
| | | } |
| | | } |
| | | .day-wrap:hover { |
| | | .day-wrap.disabled { |
| | | cursor: default; |
| | | color: rgba(0, 0, 0, 0.35); |
| | | } |
| | | .day-wrap:not(.disabled):hover { |
| | | background: #bae7ff; |
| | | } |
| | | } |
| | |
| | | width: 100%; |
| | | thead { |
| | | text-align: center; |
| | | color: #1890ff; |
| | | // color: #1890ff; |
| | | font-size: 16px; |
| | | tr { |
| | | height: 35px; |
| | |
| | | margin-bottom: 2px; |
| | | box-shadow: 0px 0px 3px #bae7ff; |
| | | .header { |
| | | text-align: center; |
| | | font-size: 16px; |
| | | padding: 5px 10px; |
| | | |
| | | .message { |
| | | .right { |
| | | float: right; |
| | | } |
| | | .right.danger { |
| | | color: #ff4d4f; |
| | | } |
| | | } |
| | | } |
| | | .content { |
| | | padding: 0 10px 10px; |
| | | height: 90px; |
| | | height: 70px; |
| | | overflow-y: auto; |
| | | position: absolute; |
| | | left: 0; |
| | |
| | | background: rgba(0, 0, 0, 0); |
| | | } |
| | | } |
| | | .month-wrap:hover { |
| | | |
| | | .month-wrap.disabled { |
| | | cursor: default; |
| | | color: rgba(0, 0, 0, 0.35); |
| | | .header { |
| | | .message { |
| | | .right.danger { |
| | | color: rgba(0, 0, 0, 0.35); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | .month-wrap:not(.disabled):hover { |
| | | background: #e6f7ff; |
| | | } |
| | | } |