| | |
| | | position: absolute; |
| | | bottom: 10px; |
| | | } |
| | | >.ant-table-wrapper { |
| | | .ant-table-wrapper { |
| | | position: relative; |
| | | z-index: 1; |
| | | } |
| | | .ant-table { |
| | | color: inherit; |
| | | font-size: inherit; |
| | | } |
| | | |
| | | .clickable { |
| | | color: var(--mk-sys-color); |
| | | cursor: pointer; |
| | | } |
| | | .clickable:hover { |
| | | text-decoration: underline; |
| | | } |
| | | |
| | | .mk-disabled { |
| | |
| | | color: var(--mk-table-color); |
| | | } |
| | | } |
| | | .normal-custom-table.mk-parity { |
| | | .ant-table-tbody tr:nth-child(even) { |
| | | background: #fafafa; |
| | | } |
| | | } |
| | | .normal-custom-table:not(.ghost) { |
| | | .ant-table-small > .ant-table-content .ant-table-thead > tr > th { |
| | | background-color: #fafafa!important; |