table.css 264 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 :global(td){ background-color: white !important; } :global(.ant-table-thead )>tr> th{ padding: .08rem 0; } :global(.ant-table-tbody )>tr> td{ padding: .08rem 0; } :global(.ant-table){ font-size: .14rem; } :global(.ant-table )>td { white-space: nowrap; }