dev_aliyun_beta
hjm 6 years ago
parent a0c81ff651
commit 61850902b0

@ -127,7 +127,7 @@ function buildColumns(that) {
render: text => (
<span className="overflowHidden1" style={{ maxWidth: '160px'}}
title={`${text && text.length > 10 ? title : ''}`}
title={`${text && text.length > 10 ? text : ''}`}
>
{text}
</span>

Loading…
Cancel
Save