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

.standardTable {
  :global {
    .ant-table-pagination {
ddcat1115's avatar
ddcat1115 committed
7
      margin-top: 24px;
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
    }
  }

  .tableAlert {
    margin-bottom: 16px;
  }

  .splitLine {
    background: @border-color-split;
    display: inline-block;
    margin: 0 8px;
    width: 1px;
    height: 12px;
  }
}