index.module.scss 214 B

123456789101112
  1. .A32table {
  2. :global {
  3. .ant-table-body {
  4. overflow-y: auto !important;
  5. overflow-y: overlay !important;
  6. }
  7. .ant-table-cell {
  8. padding: 6px !important;
  9. min-width: 100px;
  10. }
  11. }
  12. }