Commit 54c70231 by zhaochengxiang

nothing

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