删除附件按钮加悬停

This commit is contained in:
谢思 2026-01-22 16:17:50 +08:00
parent e7c42242e5
commit 7427bdeedf
1 changed files with 1 additions and 1 deletions

View File

@ -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>