index.less 187 B

12345678910111213
  1. @import '~antd/lib/style/themes/default.less';
  2. .standardTable {
  3. :global {
  4. .ant-table-pagination {
  5. margin-top: 24px;
  6. }
  7. }
  8. .tableAlert {
  9. margin-bottom: 16px;
  10. }
  11. }