diff --git a/code/web/task_schedule/src/components/ArchievementCompleteRateComponent.vue b/code/web/task_schedule/src/components/ArchievementCompleteRateComponent.vue index 87660be..e5c9d37 100644 --- a/code/web/task_schedule/src/components/ArchievementCompleteRateComponent.vue +++ b/code/web/task_schedule/src/components/ArchievementCompleteRateComponent.vue @@ -103,7 +103,7 @@ export default { display: block; margin-top: 10px; font-size: 28px; - color: orange; + color: #e59f46; } .percentage-value-exception { @@ -111,6 +111,7 @@ export default { margin-top: 10px; font-size: 28px; color: red; + // color: #f3666b; } .percentage-label {