fix: 成功图标转动的问题

This commit is contained in:
xiaojunnuo
2023-07-03 10:31:25 +08:00
parent b4e17691c4
commit f87eee3b9f

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: {