king
2022-03-21 fc241324087e605b145e8bbcc4ee3aece61dbf14
src/menu/components/table/edit-table/columns/index.scss
@@ -4,6 +4,16 @@
    color: inherit;
    font-size: inherit;
  }
  .submit-btn {
    min-height: 24px;
    height: auto;
    margin-right: 10px;
    background-color: #1890ff;
    border-width: 0;
  }
  .ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > .ant-table-column-title {
    position: unset;
  }
  .ant-table-body {
    overflow-x: auto;
    tr {
@@ -54,11 +64,10 @@
    }
  }
  .col-control {
    position: absolute;
    position: relative;
    float: right;
    z-index: 2;
    right: 0;
    top: -25px;
    >i, >div > i {
    >.anticon, >div > .anticon {
      font-size: 16px;
      margin-right: 10px;
      cursor: pointer;