fix Table column tooltip bug,and Table/column add tooltipMaxWidth prop

This commit is contained in:
梁灏 2021-01-25 11:55:13 +08:00
parent db4ec3527a
commit b91f6536e1
2 changed files with 14 additions and 14 deletions

View file

@ -244,6 +244,11 @@
},
default: 'dark'
},
// 4.5.0
tooltipMaxWidth: {
type: Number,
default: 300
},
// #5380 :key 使 index
// 4.1 String
rowKey: {