fix: Fix wrong max height in fixed table

pull/9053/head
liril 2017-12-27 16:55:02 +08:00 committed by 杨奕
parent d436d027db
commit 8d9aaac41f
1 changed files with 2 additions and 0 deletions

View File

@ -433,6 +433,8 @@
maxHeight -= this.layout.headerHeight;
}
maxHeight -= this.layout.footerHeight;
style = {
'max-height': maxHeight + 'px'
};