/deep/ .ant-table-tbody>tr>td {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 1rem;
}
/deep/ .ant-table-tbody>tr>td:hover {
cursor: pointer;
text-overflow: inherit;
overflow: visible;
white-space: pre-line;
/*合并空白符序列,但是保留换行符。*/
}
参考:http://t.zoukankan.com/nangezi-p-9091158.html