删除弹窗垂直居中

This commit is contained in:
禺狨
2023-03-14 11:18:43 +08:00
parent 82a0b47a56
commit b7560b76b2
7 changed files with 94 additions and 96 deletions

View File

@@ -140,6 +140,7 @@ export const DepartmentPage: React.FC = () => {
title: "操作确认",
icon: <ExclamationCircleFilled />,
content: "确认删除此部门?",
centered: true,
okText: "确认",
okType: "danger",
cancelText: "取消",