Commit b911adc6 authored by 皮倩雯's avatar 皮倩雯

fix: '人员选择组件优化'

parent 8e187385
Pipeline #75836 waiting for manual action with stages
......@@ -288,13 +288,13 @@ const SelectUser = props => {
<div className={styles.tableRight}>
<Table
bordered
style={{ width: '400px', height: '100%' }}
style={{ width: '400px' }}
rowKey={record => record.value}
columns={columns}
dataSource={checkList}
pagination={false}
size="small"
scroll={{ y: 'calc(100% - 40px)' }}
scroll={{ y: '450px' }}
/>
</div>
</div>
......
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