This commit is contained in:
梁灏 2017-07-19 15:09:15 +08:00
parent 548eac43fe
commit 51356c2cd2
2 changed files with 113 additions and 161 deletions

View file

@ -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;
}
}