x-extends / vxe-table

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

grid放在Collapse中,Collapse默认不展开,表格列宽异常 #567

Closed virycs closed 4 years ago

virycs commented 4 years ago

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

grid放在Collapse中,Collapse默认不展开,当点击展开Collapse表格宽度显示异常

(必填)请填写能重现问题的链接

表格列配置代码如下: columns: [ { type: 'index', width: 60, align: 'center' }, { title: '节点', field: 'taskId' }, { title: '审批人',field: 'aprover' }, { title: '审批时间', field: 'time' }, { title: '审批意见', field: 'result' }, { title: '备注', field: 'comment' } ]

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

image

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

期望展开Collapse后表格宽度和父容器一致

(必填)请填写版本号 Version

xlz26296 commented 4 years ago

230

virycs commented 4 years ago

多谢