king
2022-02-09 d59f518f466274b2caeb2e01c10c92deafe7c93b
src/menu/components/share/searchcomponent/index.scss
@@ -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;
@@ -47,6 +50,14 @@
      z-index: 2;
    }
  }
  .page-card.false {
    .ant-form-item-label {
      display: none;
    }
    .ant-form-item-control-wrapper {
      width: 100%;
    }
  }
  .ant-calendar-picker {
    min-width: 100px!important;
    width: 100%;