king
2022-10-12 53b9fb93d0376eb02bb996935f1720b4e95cd897
src/menu/components/share/searchcomponent/index.scss
@@ -1,7 +1,7 @@
.model-custom-header-search-list {
  padding: 0px;
  .ant-row .ant-col {
  .ant-row >.ant-col {
    float: right;
    padding: 0 6px;
  }
@@ -10,7 +10,6 @@
    position: relative;
    border-radius: 2px;
    height: 45px;
    padding-top: 8px;
    .ant-form-item {
      position: relative;
      cursor: move;
@@ -26,6 +25,9 @@
      .ant-input {
        height: 28px;
      }
      .ant-btn {
        height: 28px;
      }
      .data-range .ant-calendar-picker-input {
        padding: 4px 20px 4px 5px;
        font-size: 13px;
@@ -37,6 +39,7 @@
      }
    }
    .ant-form-item::after {
      display: block;
      content: ' ';
      position: absolute;
      top: 0;
@@ -46,6 +49,20 @@
      opacity: 0;
      z-index: 2;
    }
    .ant-form-item-label {
      float: left;
    }
    .ant-form-item-control-wrapper {
      float: left;
    }
  }
  .page-card.false {
    .ant-form-item-label {
      display: none;
    }
    .ant-form-item-control-wrapper {
      width: 100%;
    }
  }
  .ant-calendar-picker {
    min-width: 100px!important;