src/menu/components/table/edit-table/columns/index.jsx
@@ -281,7 +281,7 @@ let column = fromJS(col).toJS() if (column.type === 'custom') { let newcard = {uuid: Utils.getuuid(), focus: true, eleType: 'text', datatype: 'dynamic', style: {paddingLeft: '4px'}} let newcard = {uuid: Utils.getuuid(), focus: true, width: 24, eleType: 'text', datatype: 'dynamic', style: {paddingLeft: '4px'}} // 注册事件-添加元素 MKEmitter.emit('cardAddElement', [config.uuid, column.uuid], newcard)