fix: 成功图标转动的问题

pull/21/merge
xiaojunnuo 2023-07-03 10:31:25 +08:00
parent b4e17691c4
commit f87eee3b9f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const StatusEnum: StatusEnumType = {
value: "success",
label: "成功",
color: "green",
spin: true,
spin: false,
icon: "ant-design:check-circle-outlined"
},
error: {