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