contentStyle:'css代码...'
const columns = [
{
title: 'Name',
key: 'name'
},
{
title: 'Age',
key: 'age'
},
{
title: 'Address',
key: 'address',
width: 100,
ellipsis: {
tooltip:{
contentStyle:'max-width:500px'
}
}
},
{
title: 'Another Address',
key: 'anotherAddress',
width: 100,
ellipsis: {
tooltip: { contentStyle:'color:red'}
}
}
]
--------------------------------------------------------寻找过程------------------------------------------------------------
1.Data Table
2.Ellipsis
3.ToolTIp