mirror of https://github.com/ElemeFE/element
fix: Fix wrong max height in fixed table
parent
d436d027db
commit
8d9aaac41f
|
@ -433,6 +433,8 @@
|
|||
maxHeight -= this.layout.headerHeight;
|
||||
}
|
||||
|
||||
maxHeight -= this.layout.footerHeight;
|
||||
|
||||
style = {
|
||||
'max-height': maxHeight + 'px'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue