index.less 186 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1
@import '~antd/es/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;
  }
}