mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
fix: 成功图标转动的问题
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user