global.less 391 B

12345678910111213141516171819
  1. .header_table_body td {
  2. font-weight: 600;
  3. }
  4. .components-table-resizable-column .react-resizable {
  5. position: relative;
  6. background-clip: padding-box;
  7. }
  8. .components-table-resizable-column .react-resizable-handle {
  9. position: absolute;
  10. width: 10px;
  11. height: 100%;
  12. bottom: 0;
  13. right: -9px;
  14. cursor: col-resize;
  15. z-index: 1;
  16. border-left: white 1px solid;
  17. }