| | |
| | | .normal-table-columns { |
| | | .ant-table-body { |
| | | overflow-x: auto; |
| | | padding-bottom: 10px; |
| | | padding-bottom: 20px; |
| | | } |
| | | .ant-table-thead { |
| | | th { |
| | |
| | | content: ''; |
| | | } |
| | | } |
| | | > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner { |
| | | .ant-table-column-sorter-up.on, .ant-table-column-sorter-down.on { |
| | | color: unset; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | .normal-table-columns.false { |
| | | .ant-pagination { |
| | | display: none; |
| | | } |
| | | } |
| | | .normal-table-columns.checkbox { |
| | | .ant-radio-inner { |
| | | border-radius: 0; |
| | | } |
| | | .ant-radio-inner::after { |
| | | border-radius: 0; |
| | | } |
| | | .ant-radio-checked::after { |
| | | border-radius: 0; |
| | | } |
| | | } |