删除弹窗确认按钮样式优化

This commit is contained in:
禺狨
2023-03-15 10:22:55 +08:00
parent 8affe400fc
commit 11c795451d
9 changed files with 5 additions and 12 deletions

View File

@@ -55,7 +55,6 @@ export const ResourceImagesPage = () => {
content: "确认删除选中图片?",
centered: true,
okText: "确认",
okType: "danger",
cancelText: "取消",
onOk() {
resource.destroyResourceMulti(selectKey).then(() => {