index.module.scss 345 B

123456789101112131415161718192021
  1. .MyTable {
  2. :global {
  3. .ant-table-body {
  4. overflow-y: auto !important;
  5. overflow-y: overlay !important;
  6. .ant-table-row {
  7. .ant-table-cell {
  8. padding: 10px;
  9. a {
  10. color: var(--themeColor) !important;
  11. }
  12. }
  13. }
  14. .tabx {
  15. color: #ff4d4d;
  16. }
  17. }
  18. }
  19. }