index.less 324 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 14 15 16 17 18 19 20 21
    }
  }

  .tableAlert {
    margin-bottom: 16px;
  }

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