king
2021-10-08 24bba05db141f358bf1a8bb7213a2432c9de355e
src/menu/components/table/edit-table/columns/index.scss
@@ -1,4 +1,4 @@
.normal-table-columns {
.edit-table-columns {
  position: relative;
  .ant-table {
    color: inherit;
@@ -80,24 +80,13 @@
    margin: 0;
  }
}
.normal-table-columns.false {
.edit-table-columns.false {
  .ant-pagination {
    display: none;
  }
}
.normal-table-columns.checkbox {
  .ant-radio-inner {
    border-radius: 0;
  }
  .ant-radio-inner::after {
    border-radius: 0;
  }
  .ant-radio-checked::after {
    border-radius: 0;
  }
}
.normal-table-columns.ghost {
.edit-table-columns.ghost {
  .ant-table-thead > tr {
    > th {
      color: inherit;