king
2022-02-18 e0cac33690a8bfdff2102d03a106c44c36df8ba1
src/tabviews/custom/components/table/edit-table/normalTable/index.scss
@@ -135,21 +135,6 @@
      }
    }
  }
  // .ant-table-body::-webkit-scrollbar {
  //   width: 8px;
  //   height: 10px;
  // }
  // ::-webkit-scrollbar-thumb {
  //   border-radius: 5px;
  //   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
  //   background: rgba(0, 0, 0, 0.13);
  // }
  // ::-webkit-scrollbar-track {/*滚动条里面轨道*/
  //   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  //   border-radius: 3px;
  //   border: 1px solid rgba(0, 0, 0, 0.07);
  //   background: rgba(0, 0, 0, 0);
  // }
  .fix-header {
    .ant-table-body {
      min-height: unset
@@ -172,9 +157,11 @@
  }
  .ant-input-number {
    border: none;
    width: 100%;
    box-shadow: none!important;
    height: auto;
    border-radius: 0;
    position: unset;
    .ant-input-number-handler-wrap {
      display: none;
    }
@@ -187,8 +174,22 @@
  .editing_table_cell {
    .ant-input {
      padding: 0px;
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      border: 1px solid #1890ff;
    }
    i {
    .ant-input-number-input {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      border: 1px solid #1890ff;
    }
    .anticon {
      color: #ff4d4f;
      position: absolute;
      right: 3px;
@@ -217,7 +218,10 @@
  td.pointer .mk-mask {
    display: block;
  }
  .ant-pagination {
  .mk-operation {
    display: none;
  }
  .ant-table-placeholder {
    display: none;
  }
}
@@ -252,9 +256,6 @@
  }
}
.edit-custom-table.ghost {
  .main-pickup {
    display: none;
  }
  .ant-table-thead > tr {
    > th {
      color: inherit;