| | |
| | | min-width: 60px; |
| | | max-width: 60px; |
| | | } |
| | | .ant-table-tbody > tr.ant-table-row-selected td { |
| | | .ant-table-tbody > tr.ant-table-row-selected:not(.background) td { |
| | | background-color: #c4ebfd; |
| | | } |
| | | .ant-table-tbody > tr.ant-table-row-selected:hover .ant-table-column-sort { |
| | | .ant-table-tbody > tr.ant-table-row-selected:not(.background):hover .ant-table-column-sort { |
| | | background-color: #c4ebfd; |
| | | } |
| | | .ant-table-tbody > tr.background td { |
| | | background-color: unset!important; |
| | | } |
| | | } |
| | | .ant-table-body { |
| | |
| | | } |
| | | .ant-table-tbody > tr > td.ant-table-column-has-actions { |
| | | position: relative; |
| | | .background { |
| | | .baseboard { |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 0px; |
| | |
| | | z-index: 1; |
| | | word-wrap: break-word; |
| | | word-break: break-word; |
| | | } |
| | | .red { |
| | | .content { |
| | | color: red; |
| | | } |
| | | } |
| | | .redbg { |
| | | .background { |
| | | background: lightcoral; |
| | | } |
| | | } |
| | | .orange { |
| | | .content { |
| | | color: orange; |
| | | } |
| | | } |
| | | .orangebg { |
| | | .background { |
| | | background: lightsalmon; |
| | | } |
| | | } |
| | | .green { |
| | | .content { |
| | | color: green; |
| | | } |
| | | } |
| | | .greenbg { |
| | | .background { |
| | | background: lightgreen; |
| | | } |
| | | } |
| | | } |
| | | .ant-table-tbody > tr > td .content { |