Commit 5c2e96f9 by zhaochengxiang

维护历史最多显示 5 行

parent 39743763
...@@ -84,7 +84,9 @@ const FC = (props) => { ...@@ -84,7 +84,9 @@ const FC = (props) => {
{ {
!isCollapse && <Descriptions column={1}> !isCollapse && <Descriptions column={1}>
<Descriptions.Item label={<div style={{ textAlign: 'right', width: 85 }} >维护历史</div>} > <Descriptions.Item label={<div style={{ textAlign: 'right', width: 85 }} >维护历史</div>} >
{maintenanceDescription} <div style={{ maxHeight: 110, overflow: 'auto' }}>
{maintenanceDescription}
</div>
</Descriptions.Item> </Descriptions.Item>
</Descriptions> </Descriptions>
} }
......
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