diff --git a/frontend/src/views/Plans.vue b/frontend/src/views/Plans.vue index 7b8b728..1d48585 100644 --- a/frontend/src/views/Plans.vue +++ b/frontend/src/views/Plans.vue @@ -853,7 +853,7 @@ const getSimpleTaskTagColor = (taskName: string) => { '红票-5': 'volcano', '技能-5': 'cyan', '经验-6/5': 'gold', - '碳-5': 'none', + '碳-5': 'default', '奶/盾芯片': 'green', '奶/盾芯片组': 'green', '术/狙芯片': 'purple', diff --git a/frontend/src/views/Scheduler.vue b/frontend/src/views/Scheduler.vue index 6ab6582..fcaf01f 100644 --- a/frontend/src/views/Scheduler.vue +++ b/frontend/src/views/Scheduler.vue @@ -496,7 +496,6 @@ onUnmounted(() => { schedulerTabs.value.forEach(tab => tab.runningTasks.forEach( justify-content: space-between; align-items: center; padding: 8px 16px; - background: #f0f2f5; border-bottom: 1px solid #d9d9d9; }