.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;
}

