|
@@ -146,9 +146,9 @@ const Customer = () => {
|
|
|
okText="确认"
|
|
|
cancelText="取消"
|
|
|
onConfirm={() => tryDeleteStaff({ id: state.id, staffId: record.staffId })}>
|
|
|
- <span className="hover:text-hex-e7026e cursor-pointer">
|
|
|
- <Delete fill="#fd3995" />
|
|
|
- </span>
|
|
|
+ <div className="pl-2 text-hex-fd3995 cursor-pointer hover:text-hex-e7026e">
|
|
|
+ <Delete />
|
|
|
+ </div>
|
|
|
</Popconfirm>
|
|
|
)
|
|
|
}
|