.emstable-wrap-new{
  border-top: 0;
  padding: 0 0 24px;
  .search-bar{
    padding: 30px 10px 36px;
    background: #fff;
    border-radius: 4px;
  }
  .search-form-more{
    text-align: right;
    padding-right: 13px;
    padding-top: 8px;
  }
  .handle-bar{
    position: relative;
    min-height: 29px;
    button{
      margin-right:10px;
    }
  }
  .ivu-table th{
    height:40px !important;
    background: #f4f9ff;
    padding: 0 6px;
  }
  .ivu-table td{
    padding: 0 6px;
    height:40px !important;
    border-bottom: 1px solid #eee;
  }
  .single-table-con{
    margin-top: 16px;
    border-radius: 4px;
    background: #fff;
    padding: 20px;
  }
}
.search-form form{
  height: 50px;
  overflow: hidden;
}
.search-form.expand form{
  height:initial
}

.emstable-wrap-new .handle-bar-solt{
  top: -4px;
  position: absolute;
  right: 66px;
  padding-top: 8px;
}
.emstable-wrap-new .no_search_more{
  right: -5px;
}

//弹框里面 样式要改一下
.core-modal-body .emstable-wrap-new .search-bar{
  padding: 0;
}
.core-modal-body .emstable-wrap-new .single-table-con{
  padding: 0;
}

.core-modal-body .emstable-wrap-new{
  padding: 0;
}
