index.less 400 B

123456789101112131415
  1. /* You can add global styles to this file, and also import other style files */
  2. .ant-table-thead > tr > th, .ant-table-tbody > tr > td, .ant-table tfoot > tr > th, .ant-table tfoot > tr > td {
  3. position: relative;
  4. height: 46px;
  5. padding: 0;
  6. overflow-wrap: break-word;
  7. }
  8. .table-list-toolbar {
  9. margin-bottom: 16px;
  10. }
  11. .table-list-toolbar > button {
  12. margin-right: 8px;
  13. }