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

fix: 台账滚动条问题修复

parent cca454df
{
"name": "panda-xform",
"version": "5.6.7",
"description": "5.6.7 下拉框编辑支持单选",
"version": "5.6.8",
"description": "5.6.8 台账滚动条问题修复",
"keywords": [
"panda-xform"
],
......
......@@ -547,7 +547,7 @@ const TablePack = (props, ref) => {
rowSelection={rowSelection}
onRow={onRow}
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}
components={{
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