king
2020-11-20 6e106eb13ce404d9955d6c9045d21050d3e08294
src/tabviews/custom/components/search/main-search/index.scss
@@ -1,4 +1,5 @@
.custom-main-search {
  background: #ffffff;
  .ant-form-item {
    display: flex;
    margin-bottom: 0px;
@@ -35,4 +36,11 @@
      content: '*';
    }
  }
}
.custom-main-search.right {
  >.ant-row {
    >.ant-col {
      float: right;
    }
  }
}