删除附件按钮加悬停
This commit is contained in:
parent
e7c42242e5
commit
7427bdeedf
|
|
@ -156,7 +156,7 @@ class Attachment extends Component {
|
|||
cancelText="否"
|
||||
onConfirm={() => this.deleteAttachment(item.id)}
|
||||
>
|
||||
<span className="attachment-list-delete fr">
|
||||
<span className="attachment-list-delete fr pointer" title="删除附件">
|
||||
<i className="iconfont icon-lajitong mr10 color-grey-9 font-14"></i>
|
||||
</span>
|
||||
</Popconfirm>
|
||||
|
|
|
|||
Loading…
Reference in New Issue