Commit 86854e3c71b95d34b0d688528a489e036a162ec5

Authored by 梁灏
1 parent 75a6855b

update Progress Icons

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/components/progress/progress.vue
@@ -62,10 +62,10 @@ @@ -62,10 +62,10 @@
62 let type = ''; 62 let type = '';
63 switch (this.currentStatus) { 63 switch (this.currentStatus) {
64 case 'wrong': 64 case 'wrong':
65 - type = 'ios-close'; 65 + type = 'ios-close-circle';
66 break; 66 break;
67 case 'success': 67 case 'success':
68 - type = 'ios-checkmark'; 68 + type = 'ios-checkmark-circle';
69 break; 69 break;
70 } 70 }
71 71