Commit f4926466 by zhaochengxiang

字段属性表头固定

parent b23fe29a
...@@ -96,7 +96,7 @@ const FC = (props) => { ...@@ -96,7 +96,7 @@ const FC = (props) => {
columns={cols} columns={cols}
dataSource={data||[]} dataSource={data||[]}
size='small' size='small'
scroll={{ x: 750 }} scroll={{ x: 750, y: 'calc(100vh - 142px)' }}
pagination={false} pagination={false}
/> />
} }
......
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