index.less 189 Bytes
Newer Older
钟是志's avatar
钟是志 committed
1
//@import '~antd/lib/style/themes/default.less';
徐立's avatar
徐立 committed
2 3 4 5 6 7 8 9 10 11 12 13

.standardTable {
  :global {
    .ant-table-pagination {
      margin-top: 24px;
    }
  }

  .tableAlert {
    margin-bottom: 16px;
  }
}