From e399c5e9072ac1416ce83ce1b5cb49f285cdaaea Mon Sep 17 00:00:00 2001 From: huanghong Date: Wed, 21 Mar 2018 15:27:14 +0800 Subject: [PATCH] remove console.log --- src/components/table/mixin.js | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/src/components/table/mixin.js b/src/components/table/mixin.js index 5bb2540..ebbe2a8 100644 --- a/src/components/table/mixin.js +++ b/src/components/table/mixin.js @@ -25,9 +25,6 @@ export default { width = this.columnsWidth[column._index].width; } // when browser has scrollBar,set a width to resolve scroll position bug - if(this.columns.length==7 && column.fixed){ - console.log(column); - } if (width && this.columns.length === index + 1 && top && this.$parent.bodyHeight !== 0 && column.fixed!=='left' && !this.fixed) { let scrollBarWidth = this.$parent.scrollBarWidth; if (!this.$parent.showVerticalScrollBar) scrollBarWidth = 0; -- libgit2 0.21.4