king
2022-03-21 fc241324087e605b145e8bbcc4ee3aece61dbf14
src/tabviews/custom/components/table/edit-table/index.scss
@@ -11,7 +11,8 @@
  >.button-list.toolbar-button {
    padding: 0;
    line-height: 45px;
    padding-right: 60px;
    display: inline-block;
    width: 80%;
    button {
      margin-right: 0px;
      margin-bottom: 0px;
@@ -30,71 +31,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;
      border-width: 0;
    }
    .submit-footer-table {
      float: right;
      height: 24px;
      color: #ffffff;
      background-color: #1890ff;
      border-width: 0;
      margin-top: 10px;
    }
    .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;
      border-width: 0;
    }
  }
  .ant-collapse {