Merge pull request #74 from Zrief/z

配色修改
This commit is contained in:
AoXuan
2025-09-09 08:22:30 +08:00
committed by GitHub
3 changed files with 5 additions and 4 deletions

Binary file not shown.

View File

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

View File

@@ -495,9 +495,10 @@ onUnmounted(() => { schedulerTabs.value.forEach(tab => tab.runningTasks.forEach(
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 8px 16px; margin-bottom: 16px;
background: #f0f2f5; padding: 16px;
border-bottom: 1px solid #d9d9d9; border-radius: 8px;
border: 1px solid var(--ant-color-border);
} }
.left-actions { .left-actions {