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

This commit is contained in:
Micah 2022-06-16 19:05:10 +08:00 committed by GitHub
parent 85f1e58bcc
commit 934ccd34ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@
tooltip: '删除此账号',
popConfirm: {
title: '是否确认删除',
placement: 'left',
confirm: handleDelete.bind(null, record),
},
},

View File

@ -16,6 +16,7 @@
color: 'error',
popConfirm: {
title: '是否确认删除',
placement: 'left',
confirm: handleDelete.bind(null, record),
},
},

View File

@ -16,6 +16,7 @@
color: 'error',
popConfirm: {
title: '是否确认删除',
placement: 'left',
confirm: handleDelete.bind(null, record),
},
},

View File

@ -16,6 +16,7 @@
color: 'error',
popConfirm: {
title: '是否确认删除',
placement: 'left',
confirm: handleDelete.bind(null, record),
},
},