.CustomerEvaluation {
  border: 0;
  min-height: 650px;
}
.CustomerEvaluation tr td,
.CustomerEvaluation tr th {
  white-space: inherit!important;
  height: 80px;
  padding: 5px!important;
}
.CustomerEvaluation tr td.type0 {
  line-height: 71px;
}
.CustomerEvaluation tr td.type1 {
  line-height: 71px;
}
.CustomerEvaluation tr td .decText {
  width: 100%;
  height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.CustomerEvaluation tr th.type0 .ant-table-column-title {
  line-height: 80px;
}
.CustomerEvaluation tr th .ant-table-column-title {
  width: 100%;
  height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

