src/menu/components/table/edit-table/columns/index.jsx
@@ -514,7 +514,7 @@ const columns = this.state.columns.map((col, index) => { let title = col.label if (col.editable === 'true') { title = <span>{col.label}<EditOutlined style={{position: 'absolute', bottom: 0, right: 0, color: '#1890ff'}}/></span> title = <span>{col.label}<EditOutlined style={{position: 'absolute', bottom: 0, right: 0, color: '#1890ff', opacity: '0.7'}}/></span> } return { title: title,