Unverified 提交 934ccd34 作者: Micah 提交者: GitHub

fix: 修复 当窗口过窄时,表格中的删除确认框样式错乱 的问题 (#1972)

上级 85f1e58b
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
tooltip: '删除此账号', tooltip: '删除此账号',
popConfirm: { popConfirm: {
title: '是否确认删除', title: '是否确认删除',
placement: 'left',
confirm: handleDelete.bind(null, record), confirm: handleDelete.bind(null, record),
}, },
}, },
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
color: 'error', color: 'error',
popConfirm: { popConfirm: {
title: '是否确认删除', title: '是否确认删除',
placement: 'left',
confirm: handleDelete.bind(null, record), confirm: handleDelete.bind(null, record),
}, },
}, },
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
color: 'error', color: 'error',
popConfirm: { popConfirm: {
title: '是否确认删除', title: '是否确认删除',
placement: 'left',
confirm: handleDelete.bind(null, record), confirm: handleDelete.bind(null, record),
}, },
}, },
......
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
color: 'error', color: 'error',
popConfirm: { popConfirm: {
title: '是否确认删除', title: '是否确认删除',
placement: 'left',
confirm: handleDelete.bind(null, record), confirm: handleDelete.bind(null, record),
}, },
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论