king
2021-05-08 6afdec0062dacbded57e166230eb22cc55ced0c1
src/menu/components/search/main-search/index.scss
@@ -1,10 +1,18 @@
.main-search-edit-list {
  min-height: 50px;
  position: relative;
  background: #ffffff;
  padding-bottom: 15px;
  >.ant-switch {
    position: absolute;
    z-index: 3;
    right: 10px;
    bottom: 5px;
  }
  >.anticon-tool {
    position: absolute;
    z-index: 1;
    z-index: 3;
    font-size: 16px;
    right: 1px;
    top: 1px;
@@ -14,35 +22,21 @@
  }
  > .ant-row {
    min-height: 65px;
  }
  .ant-row .ant-col-6 {
    padding: 0 12px!important;
    > .ant-col {
      padding: 0 12px!important;
    }
  }
  .ant-row.ant-form-item .ant-col {
    padding: 0;
  }
  .page-card {
    position: relative;
    background: #ffffff;
    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 {
        flex: 1 1;
        .ant-select {
          width: 100%;
          margin-top: 4px;
@@ -50,46 +44,58 @@
        .ant-calendar-picker {
          margin-top: 4px;
        }
        .input-mask {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          z-index: 2;
        }
        .data-range .ant-calendar-picker-input {
          padding: 4px 20px 4px 5px;
          font-size: 13px;
        }
      }
    }
    .edit {
    .ant-form-item::after {
      display: block;
      content: ' ';
      clear: both;
    }
    >div::after {
      display: block;
      content: ' ';
      position: absolute;
      cursor: move;
      top: 0;
      left: 0;
      top: 5px;
      color: #1890ff;
      cursor: pointer;
      display: none;
    }
    .edit.copy {
      left: 20px;
      color: #26C281;
    }
    .edit.close {
      left: 40px;
      color: #ff4d4f;
      right: 0;
      bottom: 0;
      opacity: 0;
      z-index: 2;
    }
  }
  .page-card:hover {
    .edit {
      display: inline-block;
  .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%;
  }
}
.main-search-edit-list.right {
  >.ant-row {
    >.ant-col {
      float: right;
    }
    >.ant-col.action {
      display: none;
    }
  }
}
.main-search-edit-list.false {
  >.ant-row {
    >.ant-col.action {
      display: none;
    }
  }
}
.main-search-edit-list::after {
@@ -98,5 +104,6 @@
  clear: both;
}
.main-search-edit-list:hover {
  box-shadow: 0px 0px 2px #e8e8e8;
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}