删除弹窗垂直居中

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

@@ -51,6 +51,7 @@ export const ResourceImagesPage = () => {
title: "操作确认",
icon: <ExclamationCircleFilled />,
content: "确认删除选中图片?",
centered: true,
okText: "确认",
okType: "danger",
cancelText: "取消",

View File

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

View File

@@ -101,6 +101,7 @@ export const ResourceVideosPage = () => {
title: "操作确认",
icon: <ExclamationCircleFilled />,
content: "确认删除此视频?",
centered: true,
okText: "确认",
okType: "danger",
cancelText: "取消",