未验证 提交 934ccd34 编写于 作者: M Micah 提交者: GitHub

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

上级 85f1e58b
......@@ -24,6 +24,7 @@
tooltip: '删除此账号',
popConfirm: {
title: '是否确认删除',
placement: 'left',
confirm: handleDelete.bind(null, record),
},
},
......
......@@ -16,6 +16,7 @@
color: 'error',
popConfirm: {
title: '是否确认删除',
placement: 'left',
confirm: handleDelete.bind(null, record),
},
},
......
......@@ -16,6 +16,7 @@
color: 'error',
popConfirm: {
title: '是否确认删除',
placement: 'left',
confirm: handleDelete.bind(null, record),
},
},
......
......@@ -16,6 +16,7 @@
color: 'error',
popConfirm: {
title: '是否确认删除',
placement: 'left',
confirm: handleDelete.bind(null, record),
},
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册