king
2021-12-19 9ee3d1f9a09a865188baffdffb85f6ad329c7b09
src/mob/components/search/single-search/index.scss
@@ -13,6 +13,31 @@
    padding: 5px;
    background: rgba(255, 255, 255, 0.55);
  }
  .ant-input, .ant-input:hover, .ant-input:focus {
    border: none;
    box-shadow: none;
  }
  .search-wrap {
    border: 1px solid #d9d9d9;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    .ant-input {
      flex: 1;
      border-radius: 0;
    }
    .anticon-scan {
      font-size: 18px;
      padding: 5px;
      color: #959595;
    }
    .ant-btn {
      border-radius: 0;
      position: relative;
      right: -1px;
      min-width: 45px;
    }
  }
}
.single-search-edit-list::after {