菜单删除确认按钮样式变形问题
This commit is contained in:
parent
5863f00b26
commit
a757507b86
|
@ -53,7 +53,7 @@
|
|||
</a-menu-item>
|
||||
|
||||
<a-menu-item>
|
||||
<a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
|
||||
<a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)" placement="topLeft">
|
||||
<a>删除</a>
|
||||
</a-popconfirm>
|
||||
</a-menu-item>
|
||||
|
|
Loading…
Reference in New Issue