king
2 天以前 a837624af068cb3a3455f66d9932fc1509e37b25
src/menu/components/table/normal-table/index.scss
@@ -11,9 +11,6 @@
    padding: 10px 0px 15px;
    min-height: 65px;
    border-bottom: 1px solid #f0f0f0;
    >.anticon-question-circle {
      display: none;
    }
    .page-card {
      background: transparent;
    }
@@ -34,7 +31,30 @@
    }
  }
  .model-table-search-list.length0 {
    display: none;
    min-height: 10px;
    border-bottom: 0;
    >.quickly-add {
      right: unset;
      left: -8px;
      bottom: 0;
    }
    >.ant-row {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      min-height: 10px;
      .common-drawarea-placeholder {
        display: none;
      }
    }
    >.ant-switch {
      display: none;
    }
  }
  .model-table-search-list.length0 + .length0 {
    margin-top: -25px;
  }
  .anticon-tool {
    position: absolute;
@@ -47,21 +67,14 @@
    background: rgba(255, 255, 255, 0.55);
  }
  .model-menu-action-list {
    line-height: 55px;
    padding: 0px;
    min-height: 55px;
    line-height: 40px;
    padding: 0px 180px 0px 0px;
    >.ant-row {
      min-height: 30px;
      padding-top: 10px;
      min-height: 55px;
    }
  }
  .card-add-button {
    text-align: right;
    clear: left;
    .anticon-plus {
      font-size: 20px;
      color: #26C281;
      padding: 5px;
      margin-right: 10px;
    button {
      min-width: 60px;
    }
  }