mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:09:27 +08:00
删除弹窗垂直居中
This commit is contained in:
@@ -51,6 +51,7 @@ export const ResourceImagesPage = () => {
|
||||
title: "操作确认",
|
||||
icon: <ExclamationCircleFilled />,
|
||||
content: "确认删除选中图片?",
|
||||
centered: true,
|
||||
okText: "确认",
|
||||
okType: "danger",
|
||||
cancelText: "取消",
|
||||
|
||||
@@ -143,6 +143,7 @@ export const ResourceCategoryPage: React.FC = () => {
|
||||
title: "操作确认",
|
||||
icon: <ExclamationCircleFilled />,
|
||||
content: "确认删除此分类?",
|
||||
centered: true,
|
||||
okText: "确认",
|
||||
okType: "danger",
|
||||
cancelText: "取消",
|
||||
|
||||
@@ -101,6 +101,7 @@ export const ResourceVideosPage = () => {
|
||||
title: "操作确认",
|
||||
icon: <ExclamationCircleFilled />,
|
||||
content: "确认删除此视频?",
|
||||
centered: true,
|
||||
okText: "确认",
|
||||
okType: "danger",
|
||||
cancelText: "取消",
|
||||
|
||||
Reference in New Issue
Block a user