@import "../../style/variables.less";
@standard-table-prefix-cls: ~"@{component-prefix}-standard-table";
:global {
  .@{standard-table-prefix-cls} {
    .ant-table-pagination {
      margin-top: 24px;
    }
    &-alert {
      margin-bottom: 16px;
    }
  }
}
