.ant-input {
    //   margin: 0 8px 8px 0;
  }
  .project,
  .position {
    display: flex;
    align-items: center;
    span {
      height: 19px;
    }
    .select {
      flex: 1;
      .ant-select {
        width: 100%;
      }
    }
  }

  .ant-form-item-control{
  }
  
  .table-searchs {
    .table-search {
      margin: 8px 0 8px;
      align-items: center;
  
      display: flex;
      // span {
      //   display: block;
      //   max-width: 300px;
      //   overflow: hidden;
      white-space: nowrap;
      //   text-overflow: ellipsis;
      // }
      // align-items: center;
      div.search {
        // float: left;
        flex: 1;
      }
    }
  }
  
  .funBtn {
    text-align: right;
    margin-bottom: 20px;
    margin-right: 20px;
    // width: 200px;
    .search-btn {
      margin-right: 20px;
    }
  }
  
  