123456789101112131415161718192021 |
- .MyTable {
- :global {
- .ant-table-body {
- overflow-y: auto !important;
- overflow-y: overlay !important;
- .ant-table-row {
- .ant-table-cell {
- padding: 10px;
- a {
- color: var(--themeColor) !important;
- }
- }
- }
- .tabx {
- color: #ff4d4d;
- }
- }
- }
- }
|