src/menu/components/card/cardsimplecomponent/index.jsx
@@ -212,7 +212,7 @@ let _style = {...card.style} if (cards.type === 'carousel') { _style.height = cards.style.height _style.height = cards.wrap.height } let control = true @@ -223,7 +223,6 @@ _style = resetStyle(_style) return ( <div className="ant-col ant-col-24"> <div className="card-item" style={_style}> <CardCellComponent cards={cards} cardCell={card} elements={card.elements} updateElement={this.updateCard}/> <div className="card-control"> @@ -250,7 +249,6 @@ } trigger="hover"> <ToolOutlined/> </Popover> </div> </div> </div> )