Commit ef3d1ead by zhaochengxiang

维护历史显示优化

parent 98d8ed69
...@@ -573,7 +573,7 @@ const ImportActionHeader = (props) => { ...@@ -573,7 +573,7 @@ const ImportActionHeader = (props) => {
<Col span={8}> <Col span={8}>
<Descriptions column={1}> <Descriptions column={1}>
<Descriptions.Item label={<div style={{ textAlign: 'right', width: 85 }} >维护历史</div>} > <Descriptions.Item label={<div style={{ textAlign: 'right', width: 85 }} >维护历史</div>} >
<div> <div style={{ maxHeight: 70, overflow: 'auto' }}>
{ {
(maintenanceRecords||[]).map((record, index) => { (maintenanceRecords||[]).map((record, index) => {
return <div key={index}>{record||''}</div>; return <div key={index}>{record||''}</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