diff --git a/.eslintignore b/.eslintignore index 277851bc0..e3d7d8f6b 100644 --- a/.eslintignore +++ b/.eslintignore @@ -6,3 +6,4 @@ node_modules lib coverage *.md +*.scss diff --git a/packages/table/src/table.vue b/packages/table/src/table.vue index 8e55946f3..c0a522b78 100644 --- a/packages/table/src/table.vue +++ b/packages/table/src/table.vue @@ -536,7 +536,7 @@ if (this.showSummary) { return { height: this.layout.tableHeight ? this.layout.tableHeight + 'px' : '' - } + }; } return { height: this.layout.viewportHeight ? this.layout.viewportHeight + 'px' : ''