king
2020-12-31 b2135fbd0b72d60f392bb75f0356aa727654d2f9
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;
      position: relative;
      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;
        .ant-select {
          width: 100%;
          margin-top: 4px;
@@ -56,26 +42,31 @@
          font-size: 13px;
        }
      }
      .ant-form-item-control-wrapper::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: 2;
      }
    }
    .ant-form-item::after {
      display: block;
      content: ' ';
      clear: both;
    }
    >div::after {
      display: block;
      content: ' ';
      position: absolute;
      cursor: move;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      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 {
@@ -106,5 +97,6 @@
  clear: both;
}
.main-search-edit-list:hover {
  box-shadow: 0px 0px 2px #e8e8e8;
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}