| | |
| | | tr { |
| | | td { |
| | | background: #ffffff; |
| | | .col-copy { |
| | | margin-bottom: 0; |
| | | display: inline-block; |
| | | .ant-typography-copy { |
| | | position: absolute; |
| | | left: 2px; |
| | | top: 0px; |
| | | margin-left: 0px; |
| | | font-size: 12px; |
| | | opacity: 0; |
| | | transition: opacity 0.2s; |
| | | } |
| | | } |
| | | } |
| | | td:hover .col-copy { |
| | | .ant-typography-copy { |
| | | opacity: 1; |
| | | } |
| | | } |
| | | td:not(.ant-table-selection-column) { |
| | | position: relative; |
| | |
| | | color: purple; |
| | | font-size: 12px; |
| | | } |
| | | >.close-col { |
| | | position: absolute; |
| | | top: 2px; |
| | | right: 2px; |
| | | color: orange; |
| | | font-size: 12px; |
| | | } |
| | | >.profile + .close-col { |
| | | right: 20px; |
| | | } |
| | | } |
| | | } |
| | | .action-column { |