x-extends / vxe-table

Vxe table 的表格组件
https://vxetable.cn
MIT License
7.61k stars 1.05k forks source link

<vxe-grid>的height属性的值只会考虑表格高度,没有限定toolbar #429

Closed flashliao closed 5 years ago

flashliao commented 5 years ago

(必填)请填写问题描述 Describe the bug

? 的height属性的值只会考虑表格高度,而不考虑toolbar。我想实现toolbar与表格和工具栏(toolbar)二为一的表格整体限定高度等于浏览器器的innerheight。例如样式这样

java:

methods: { getHeight(){ this.tableHeight=window.innerHeight; }

(必填)请填写能重现问题的链接,例如(jsfiddlecodesandboxjsrun) Reproduction link

?

填写报错信息或截图 Error message or screenshots

?

(必填)请填写期望的结果 Expected behavior

?

(必填)请填写版本号 Version

xuliangzhan commented 5 years ago

这个问题会在 v2.6 修复