fix: 修复分辨率过小时,单词被拆开的问题
This commit is contained in:
@@ -22,6 +22,7 @@ export default {
|
||||
computed: {
|
||||
customTableTitles () {
|
||||
if (this.customTableTitle) {
|
||||
// 设置列宽,避免分辨率过小时,文本显示省略号
|
||||
this.getTableWidth(this.customTableTitle)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user