<td style={{ textAlign: "center"}} title={policy.PolicyData.riskLevel.map(function(risk){return (risk.tagNumber)})}>
<div style={{textAlign: "center",textOverflow:'ellipsis',overflow:'hidden',maxWidth:'80px'}}>{policy.PolicyData.riskLevel.map(function(risk,index){return (risk.tagNumber)})}
</div>
</td>
标签返回字符串数。 我想一次显示第一个字符串,将鼠标悬停在其上时显示完整的字符串 例如 数据:12345,6789,5432 显示: 12345 ....
悬停时:12345,6789,5432