diff --git a/packages/table/src/table.vue b/packages/table/src/table.vue index 74df8f407..c61e443cc 100644 --- a/packages/table/src/table.vue +++ b/packages/table/src/table.vue @@ -433,6 +433,8 @@ maxHeight -= this.layout.headerHeight; } + maxHeight -= this.layout.footerHeight; + style = { 'max-height': maxHeight + 'px' };