king
2020-11-20 6e106eb13ce404d9955d6c9045d21050d3e08294
src/menu/components/search/main-search/index.scss
@@ -1,10 +1,11 @@
.main-search-edit-list {
  min-height: 50px;
  position: relative;
  background: #ffffff;
  >.anticon-tool {
    position: absolute;
    z-index: 1;
    z-index: 3;
    font-size: 16px;
    right: 1px;
    top: 1px;
@@ -23,7 +24,6 @@
  }
  .page-card {
    position: relative;
    background: #ffffff;
    border-radius: 2px;
    padding-bottom: 15px;
    .ant-form-item {
@@ -65,21 +65,10 @@
        }
      }
    }
    .edit {
      position: absolute;
      left: 0;
      top: 5px;
      color: #1890ff;
      cursor: pointer;
  }
  .page-card.false {
    .ant-form-item-label {
      display: none;
    }
    .edit.copy {
      left: 20px;
      color: #26C281;
    }
    .edit.close {
      left: 40px;
      color: #ff4d4f;
    }
  }
  .page-card:hover {
@@ -92,6 +81,23 @@
    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 {
  display: block;
  content: ' ';