Commit f4926466 by zhaochengxiang

字段属性表头固定

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