Update tag color and remove background style
修改碳关卡的颜色,适配浅色主题 删除指定的css配色,适配深色主题
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -496,7 +496,6 @@ onUnmounted(() => { schedulerTabs.value.forEach(tab => tab.runningTasks.forEach(
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
background: #f0f2f5;
|
|
||||||
border-bottom: 1px solid #d9d9d9;
|
border-bottom: 1px solid #d9d9d9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user