Commit ff4b64bd by zhaochengxiang

bug fix

parent 2fdf15ff
...@@ -602,6 +602,7 @@ const NotMatch = ({ item }) => { ...@@ -602,6 +602,7 @@ const NotMatch = ({ item }) => {
} }
return ( return (
<div style={{ overflow: 'hidden' }}>
<Row gutter={15}> <Row gutter={15}>
<Col span={12}> <Col span={12}>
<h4>未匹配元数据列表</h4> <h4>未匹配元数据列表</h4>
...@@ -634,5 +635,6 @@ const NotMatch = ({ item }) => { ...@@ -634,5 +635,6 @@ const NotMatch = ({ item }) => {
/> />
</Col> </Col>
</Row> </Row>
</div>
) )
} }
\ No newline at end of file
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