src/menu/components/card/cardcellcomponent/dragaction/card.jsx
@@ -102,6 +102,7 @@ <div className="mk-popover-control"> <Icon className="edit" title="edit" type="edit" onClick={() => editCard(id)} /> <Icon className="close" title="close" type="close" onClick={() => delCard(id)} /> {/* <Icon className="style" title="调整样式" onClick={this.changeStyle} type="font-colors" /> */} </div> } trigger="hover"> <div ref={node => drag(drop(node))} className={'ant-col card-cell ant-col-' + card.width} style={_style}>