king
2020-12-18 106263ec10e60ce6c406e4fd5eb76d195772d0f0
src/tabviews/zshare/topSearch/index.scss
@@ -1,6 +1,5 @@
.top-search {
  padding: 0px 24px 10px;
  border-bottom: 1px solid #efefef;
  background: #ffffff;
  .ant-form-item {
    display: flex;
    margin-bottom: 0px;
@@ -14,7 +13,6 @@
    width: calc(100% - 100px);
  }
  .ant-form-item-label {
    // width: 100px;
    text-overflow: ellipsis;
  }
  .daterange .ant-calendar-picker-input {
@@ -38,4 +36,11 @@
      content: '*';
    }
  }
}
.top-search.right {
  >.ant-row {
    >.ant-col {
      float: right;
    }
  }
}