Commit a757507b8676420f9d2a3a91928cfc51f234a2a4
1 parent
5863f00b
菜单删除确认按钮样式变形问题
Showing
1 changed file
with
1 additions
and
1 deletions
ant-design-vue-jeecg/src/views/system/NewPermissionList.vue
... | ... | @@ -53,7 +53,7 @@ |
53 | 53 | </a-menu-item> |
54 | 54 | |
55 | 55 | <a-menu-item> |
56 | - <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)"> | |
56 | + <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)" placement="topLeft"> | |
57 | 57 | <a>删除</a> |
58 | 58 | </a-popconfirm> |
59 | 59 | </a-menu-item> |
... | ... |