Commit 3f5c3384 by zhaochengxiang

bug fix

parent b18f341a
...@@ -152,7 +152,7 @@ const ColumnsItem = ({ value, onChange, data }) => { ...@@ -152,7 +152,7 @@ const ColumnsItem = ({ value, onChange, data }) => {
} }
}} }}
value={(value??[]).map(item => item.metadataColumnId)} value={(value??[]).map(item => item.metadataColumnId)}
style={{ width: '100%' }} style={{ width: '100%', overflow: 'hidden' }}
> >
<Row> <Row>
{ {
......
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