mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 18:59:58 +08:00
删除弹窗确认按钮样式优化
This commit is contained in:
@@ -103,7 +103,6 @@ export const ResourceVideosPage = () => {
|
||||
content: "确认删除此视频?",
|
||||
centered: true,
|
||||
okText: "确认",
|
||||
okType: "danger",
|
||||
cancelText: "取消",
|
||||
onOk() {
|
||||
resource.destroyResource(id).then(() => {
|
||||
|
||||
Reference in New Issue
Block a user