Commit 2c3d8f5b authored by 田翔's avatar 田翔

fix: 台账滚动条问题修复

parent cca454df
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "5.6.7", "version": "5.6.8",
"description": "5.6.7 下拉框编辑支持单选", "description": "5.6.8 台账滚动条问题修复",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -547,7 +547,7 @@ const TablePack = (props, ref) => { ...@@ -547,7 +547,7 @@ const TablePack = (props, ref) => {
rowSelection={rowSelection} rowSelection={rowSelection}
onRow={onRow} onRow={onRow}
pagination={parent === '关联表单' ? { total: dataSource.length, showTotal: (value) => `总计 ${value} 条` } : false} pagination={parent === '关联表单' ? { total: dataSource.length, showTotal: (value) => `总计 ${value} 条` } : false}
scroll={{ x: '100%', y: 'calc(100% - 40px)' }} scroll={{ x: '100%', y: 'calc(100% - 61px)' }}
onChange={onChange} onChange={onChange}
components={{ components={{
header: { header: {
......
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