index.less 187 Bytes
Newer Older
jim's avatar
jim committed
1
@import '~antd/lib/style/themes/default.less';
2 3 4 5

.standardTable {
  :global {
    .ant-table-pagination {
ddcat1115's avatar
ddcat1115 committed
6
      margin-top: 24px;
7 8 9 10 11 12 13
    }
  }

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