mirror of https://github.com/certd/certd
fix: 成功图标转动的问题
parent
b4e17691c4
commit
f87eee3b9f
|
@ -14,7 +14,7 @@ const StatusEnum: StatusEnumType = {
|
||||||
value: "success",
|
value: "success",
|
||||||
label: "成功",
|
label: "成功",
|
||||||
color: "green",
|
color: "green",
|
||||||
spin: true,
|
spin: false,
|
||||||
icon: "ant-design:check-circle-outlined"
|
icon: "ant-design:check-circle-outlined"
|
||||||
},
|
},
|
||||||
error: {
|
error: {
|
||||||
|
|
Loading…
Reference in New Issue