Update tag color and remove background style

修改碳关卡的颜色,适配浅色主题
删除指定的css配色,适配深色主题
This commit is contained in:
Zrief
2025-09-08 23:59:47 +08:00
parent 6798d896bc
commit 8de3405aa5
2 changed files with 1 additions and 2 deletions

View File

@@ -853,7 +853,7 @@ const getSimpleTaskTagColor = (taskName: string) => {
'红票-5': 'volcano',
'技能-5': 'cyan',
'经验-6/5': 'gold',
'碳-5': 'none',
'碳-5': 'default',
'奶/盾芯片': 'green',
'奶/盾芯片组': 'green',
'术/狙芯片': 'purple',

View File

@@ -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;
}