king
2020-12-18 106263ec10e60ce6c406e4fd5eb76d195772d0f0
src/menu/components/search/main-search/index.scss
@@ -27,23 +27,9 @@
    border-radius: 2px;
    padding-bottom: 15px;
    .ant-form-item {
      cursor: move;
      display: flex;
      margin-bottom: 0px;
      .ant-form-item-label {
        height: 40px;
        label {
          width: 100%;
          cursor: move;
          overflow: hidden;
          display: inline-block;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
      }
      .ant-form-item-control-wrapper {
        position: relative;
        flex: 1 1;
      margin-bottom: 0px;
      .ant-form-item-control-wrapper {
        .ant-select {
          width: 100%;
          margin-top: 4px;
@@ -56,9 +42,17 @@
          font-size: 13px;
        }
      }
      .ant-form-item-control-wrapper::after {
    }
    .ant-form-item::after {
      display: block;
      content: ' ';
      clear: both;
    }
    >div::after {
      display: block;
        content: '';
        position: absolute;
      cursor: move;
        top: 0;
        left: 0;
        right: 0;
@@ -67,15 +61,12 @@
        z-index: 2;
      }
    }
  }
  .page-card.false {
    .ant-form-item-label {
      display: none;
    }
  }
  .page-card:hover {
    .edit {
      display: inline-block;
    .ant-form-item-control-wrapper {
      width: 100%;
    }
  }
  .ant-calendar-picker {