src/menu/components/table/edit-table/index.jsx
@@ -390,7 +390,7 @@ <NormalForm title="表格设置" width={800} update={this.updateWrap} getForms={this.getWrapForms}> <EditOutlined style={{color: '#1890ff'}} title="编辑"/> </NormalForm> <CopyComponent type="normaltable" card={card}/> <CopyComponent type="editable" card={card}/> <PasteComponent config={card} options={['action', 'search', 'form', 'cols']} updateConfig={this.updateComponent} /> <FontColorsOutlined className="style" title="调整样式" onClick={this.changeStyle}/> <UserComponent config={card}/>