JS:表格宽度在设置ellipsis:true后无效继续在后面加上一段代码onCell: () => { return { style: { maxWidth: 100, overflow: 'hidden', whiteSpace: 'nowrap', textOverflow:'ellipsis', cursor:'pointer' } } }