From ba7c54e0029456e6b1bf7f0e0d31af69a3d74db3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 02 三月 2020 15:34:51 +0800 Subject: [PATCH] 2020-03-02 --- src/templates/modalconfig/dragelement/card.jsx | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/templates/modalconfig/dragelement/card.jsx b/src/templates/modalconfig/dragelement/card.jsx index b71f7fa..b75f79e 100644 --- a/src/templates/modalconfig/dragelement/card.jsx +++ b/src/templates/modalconfig/dragelement/card.jsx @@ -77,6 +77,9 @@ {<div className="ant-row ant-form-item"> <div className={'ant-col ant-form-item-label ant-col-xs-24 ' + labelCol}> <label title={card.label}>{card.label}</label> + <Icon className="edit" type="edit" onClick={edit} /> + <Icon className="edit close" type="close" onClick={close} /> + <Icon className="edit copy" type="copy" onClick={copy} /> </div> <div className={'ant-col ant-form-item-control-wrapper ant-col-xs-24 ' + wrapCol}> {card.type === 'text' && @@ -115,9 +118,9 @@ </div> </div>} </div> - <Icon className="edit" type="edit" onClick={edit} /> + {/* <Icon className="edit" type="edit" onClick={edit} /> <Icon className="edit close" type="close" onClick={close} /> - <Icon className="edit copy" type="copy" onClick={copy} /> + <Icon className="edit copy" type="copy" onClick={copy} /> */} </div> ) } -- Gitblit v1.8.0