king
2022-08-02 8d66ff34fae5b048a6b7923cc75d34f13a08be9d
src/tabviews/custom/components/table/edit-table/index.scss
@@ -11,7 +11,9 @@
  >.button-list.toolbar-button {
    padding: 0;
    line-height: 45px;
    padding-right: 60px;
    float: left;
    position: relative;
    z-index: 2;
    button {
      margin-right: 0px;
      margin-bottom: 0px;
@@ -30,59 +32,6 @@
    max-width: 95%;
    .ant-modal-body {
      max-height: calc(100vh - 265px);
    }
  }
  .main-table-box {
    position: relative;
    min-height: 150px;
    .main-pickup {
      position: absolute;
      right: 5px;
      top: -24px;
      z-index: 2;
    }
    .submit-table {
      position: absolute;
      z-index: 2;
      right: 60px;
      top: -26px;
      height: 24px;
      color: #ffffff;
      background-color: #1890ff;
    }
    .custom-control {
      position: absolute;
      z-index: 1;
      right: 0px;
      top: -23px;
      font-size: 18px;
      padding: 3px;
      cursor: pointer;
    }
    >.async-spin {
      line-height: 150px!important;
    }
  }
  .no-action.main-table-box {
    .main-pickup {
      position: relative;
      right: 0px;
      top: 0px;
      z-index: 2;
      margin-bottom: 4px;
      float: right;
    }
    .submit-table {
      float: right;
      position: relative;
      z-index: 2;
      right: 0px;
      top: 0px;
      height: 24px;
      color: #ffffff;
      background-color: #1890ff;
      margin-right: 15px;
      margin-bottom: 2px;
    }
  }
  .ant-collapse {