fixed #658
This commit is contained in:
parent
548eac43fe
commit
51356c2cd2
2 changed files with 113 additions and 161 deletions
|
@ -33,6 +33,7 @@ export default {
|
|||
const firstFixedIndex = this.columns.findIndex((col) => col.fixed === 'right');
|
||||
if (firstFixedIndex === index) width += this.$parent.scrollBarWidth;
|
||||
}
|
||||
if (width === '0') width = '';
|
||||
return width;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue