king
2022-07-20 ed7d889f7d9dfca77fd7f055ad8d6ec6ad85ae91
src/tabviews/zshare/topSearch/index.scss
@@ -1,16 +1,17 @@
.top-search {
  background: #ffffff;
  .mk-search-col {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .ant-form-item {
    display: flex;
    margin-bottom: 0px;
    min-height: 60px;
    min-height: 55px;
    .ant-form-explain {
      white-space: nowrap;
    }
  }
  .ant-form-item.checkcard {
    .ant-form-item-control {
      line-height: 1;
    }
  }
  .ant-form-item-control-wrapper {
@@ -42,7 +43,7 @@
    }
  }
  .search-button {
    min-height: 60px;
    min-height: 55px;
    .ant-btn-link, .ant-btn-link:hover, .ant-btn-link:active{
      border-color: transparent;
      span {
@@ -54,16 +55,26 @@
      height: auto;
      min-height: 28px;
    }
    .anticon-down {
      transition: transform 0.3s;
      // top: 3px!important;
      margin-left: 2px;
    }
    .visible {
      .anticon-down {
        transform: rotate(180deg);
      }
    }
  }
  .advanced-list {
    font-size: 13px;
    padding: 0 12px;
    padding: 2px 12px;
    text-align: left;
    > div {
      display: inline-block;
      margin-right: 10px;
      border: 1px solid #dddddd;
      padding: 0 4px 0 4px;
      background: rgba(0, 0, 0, 0.02);
      box-shadow: 0 0 2px #dddddd;
      .anticon-close {
        margin-left: 5px;
@@ -92,10 +103,8 @@
    margin-top: 3px;
  }
}
.top-search.right {
.top-search.mk-float-right {
  >.ant-row {
    >.ant-col {
      float: right;
    }
    text-align: right;
  }
}