king
2025-05-13 1a176e4bdba485301385caac1a29102e598d25cc
src/menu/components/table/normal-table/index.scss
@@ -39,7 +39,15 @@
      bottom: 0;
    }
    >.ant-row {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      min-height: 10px;
      .common-drawarea-placeholder {
        display: none;
      }
    }
    >.ant-switch {
      display: none;
@@ -59,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;
    }
  }