king
2022-03-03 2b45840e53d250f517874bea495bffaeda172807
src/tabviews/custom/components/table/edit-table/normalTable/index.scss
@@ -135,20 +135,6 @@
      }
    }
  }
  .fix-header {
    .ant-table-body {
      min-height: unset
    }
    .ant-table-placeholder {
      display: none;
    }
    .ant-table-wrapper {
      display: none;
    }
    .ant-affix .ant-table-wrapper {
      display: block;
    }
  }
  .ant-input {
    border: none;
    box-shadow: none!important;
@@ -181,6 +167,22 @@
      bottom: 0px;
      border: 1px solid #1890ff;
    }
    .ant-select {
      padding: 0px;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      .ant-select-selection {
        height: 100%;
        border-radius: 0;
        .ant-select-arrow {
          display: none;
        }
      }
    }
    .ant-input-number-input {
      position: absolute;
      top: 0px;
@@ -210,6 +212,15 @@
      right: 0;
    }
  }
  .mk-editable {
    display: inline-block;
  }
  .mk-plus {
    position: absolute;
    top: 45%;
    left: -20px;
    color: #1890ff;
  }
}
.edit-custom-table.editable {
  td {