king
2025-05-08 b6c698c8833836971184a0a9c2645a15f8174d37
src/templates/sharecomponent/searchcomponent/index.scss
@@ -142,7 +142,7 @@
    }
  }
}
.model-table-search-list.mk-size-small {
.model-table-search-list.mk-order-small {
  .page-card {
    height: 45px;
  }
@@ -151,4 +151,27 @@
      height: 45px!important;
    }
  }
}
.model-table-search-list.mk-order-updown {
  .mk-search-item-wrap {
    .page-card {
      height: auto;
    }
    .ant-form-item {
      display: block;
      .ant-form-item-label {
        display: block;
        width: 100% !important;
        text-align: left;
        float: none;
        line-height: 2;
        height: 24px;
      }
      .ant-form-item-control-wrapper {
        display: block;
        width: 100% !important;
        float: none;
      }
    }
  }
}