view-design / ViewUI

A high quality UI Toolkit built on Vue.js 2.0
https://www.iviewui.com/
Other
2.65k stars 797 forks source link

[Bug Report]Table组件在设置的max-height大于实际高度时,并同时设置了show-summary和fixed时,合计会被ivu-table-fixed-body顶到下面看不到的位置 #968

Closed followfire closed 3 years ago

followfire commented 3 years ago

Environment

win10 / Chrome 92 / Vue 2.6.11

Reproduction link

https://codepen.io/followfire/pen/dyRJLER

Steps to reproduce

1、设置max-height,给一个大于表格实际高度的值; 2、设置show-summary,并给columns 某一行设置fixed: "left";

What is expected?

“合计”正常展示

What is actually happening?

“合计” 不见了