mirror of
https://github.com/certd/certd.git
synced 2026-04-15 13:32:37 +08:00
fix: 成功图标转动的问题
This commit is contained in:
@@ -14,7 +14,7 @@ const StatusEnum: StatusEnumType = {
|
||||
value: "success",
|
||||
label: "成功",
|
||||
color: "green",
|
||||
spin: true,
|
||||
spin: false,
|
||||
icon: "ant-design:check-circle-outlined"
|
||||
},
|
||||
error: {
|
||||
|
||||
Reference in New Issue
Block a user