| | |
| | | min-width: 60px; |
| | | max-width: 60px; |
| | | } |
| | | // .ant-table-tbody > tr td:not(.ant-table-selection-column) { |
| | | // padding: 0!important; |
| | | // } |
| | | // .ant-table-tbody > tr td .content { |
| | | // padding: 12px 8px; |
| | | // height: 100%; |
| | | // background: lightblue; |
| | | // } |
| | | .ant-table-tbody > tr.ant-table-row-selected td { |
| | | background-color: #c4ebfd; |
| | | } |
| | |
| | | border-right: 0; |
| | | } |
| | | .ant-table-tbody > tr > td.ant-table-column-has-actions { |
| | | position: relative; |
| | | .background { |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 0px; |
| | | right: 0px; |
| | | bottom: 0px; |
| | | } |
| | | .background.lightblue { |
| | | background: lightblue; |
| | | } |
| | | .content { |
| | | position: relative; |
| | | z-index: 1; |
| | | word-wrap: break-word; |
| | | word-break: break-word; |
| | | } |