Commit da25e539 by zhaochengxiang

模型详情类型宽度调整

parent 77ae3236
...@@ -338,7 +338,7 @@ export const ImportActionTable = (props) => { ...@@ -338,7 +338,7 @@ export const ImportActionTable = (props) => {
}, },
{ {
title: '类型', title: '类型',
width: (editingKey!=='')?250:150, width: 230,
dataIndex: 'datatype', dataIndex: 'datatype',
editable: true, editable: true,
ellipsis: true, ellipsis: true,
......
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