Commit 7650de8e by zhaochengxiang

bug fix

parent 86f450b2
......@@ -860,7 +860,7 @@ export const Range = React.forwardRef(function ({ type, task }, ref) {
}
</Col>
</Row>
<Row className='mt-2' gutter={10}>
<Row className={(type==='detail')?'mt-2':'mt-3'} gutter={10}>
<Col flex='0 0 110px'>
{
(ranges?.jobMetadataCatalogItems??[]).length > 0 && <span>【元数据范围】</span>
......
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