Commit 185df4fa6948693ef84fe15fd72fbdfe8cd1b032
1 parent
1c871a35
update Steps Icon
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/components/steps/step.vue
@@ -69,9 +69,9 @@ | @@ -69,9 +69,9 @@ | ||
69 | icon = this.icon; | 69 | icon = this.icon; |
70 | } else { | 70 | } else { |
71 | if (this.currentStatus == 'finish') { | 71 | if (this.currentStatus == 'finish') { |
72 | - icon = 'ios-checkmark-empty'; | 72 | + icon = 'ios-checkmark'; |
73 | } else if (this.currentStatus == 'error') { | 73 | } else if (this.currentStatus == 'error') { |
74 | - icon = 'ios-close-empty'; | 74 | + icon = 'ios-close'; |
75 | } | 75 | } |
76 | } | 76 | } |
77 | 77 |