index.less 187 Bytes
Newer Older
1 2 3 4 5
@import "~antd/lib/style/themes/default.less";

.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;
  }
}