Commit 8d9aaac4 authored by liril's avatar liril Committed by 杨奕

fix: Fix wrong max height in fixed table

parent d436d027
......@@ -433,6 +433,8 @@
maxHeight -= this.layout.headerHeight;
}
maxHeight -= this.layout.footerHeight;
style = {
'max-height': maxHeight + 'px'
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment