.finance-paytotal .ant-table-wrapper th .ant-table-column-title {
  height: inherit!important;
  display: inherit!important;
}
.finance-paytotal .ant-table-wrapper th {
  height: 50px;
  padding: 0!important;
}
.finance-paytotal .ant-table-wrapper th .ant-table-column-title {
  height: 40px;
  display: -webkit-box;
}
.finance-paytotal .ant-table-wrapper th .ant-table-column-title span {
  width: 95px;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.finance-paytotal .ant-table-wrapper th .ant-table-column-title span.money {
  width: 140px;
  line-height: 40px;
}

.finance-charge .ant-tabs-bar {
  margin-bottom: 0;
}
.finance-charge .ant-tabs-tabpane {
  padding: 5px 5px 0 5px;
}
.finance-charge .ant-table-thead > tr > th,
.finance-charge .ant-table-tbody > tr > th {
  height: 45px;
  padding: 0!important;
}
.finance-charge th.type {
  height: 45px;
}
.finance-charge th.type div {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.finance-charge th.type .ant-table-column-title {
  max-height: 45px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  position: relative;
}
.finance-charge .search {
  height: 40px;
  padding-left: 5px;
}
.finance-charge .search .el-date-editor,
.finance-charge .search .ant-select {
  width: 260px!important;
  float: left;
  margin-right: 10px;
}
.finance-charge .search .ant-btn.ant-btn-primary {
  float: right;
  margin-right: 10px;
}
.finance-charge .search .formRowCol {
  padding-right: 0;
}
.finance-charge .ant-row {
  margin: 0!important;
}
.finance-charge .ant-row .ant-col {
  padding: 0 5px!important;
}
.finance-charge .ant-row .ant-col .formRowCol {
  padding-right: 0;
}

