Commit c29608fb by zhaochengxiang

bug fix

parent 54c70231
...@@ -453,6 +453,7 @@ export const ImportActionTable = (props) => { ...@@ -453,6 +453,7 @@ export const ImportActionTable = (props) => {
dataIndex: 'definition', dataIndex: 'definition',
editable: true, editable: true,
ellipsis: true, ellipsis: true,
width: 200,
render: (text, record, __) => { render: (text, record, __) => {
return ( return (
<React.Fragment> <React.Fragment>
......
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