Binary file not shown.
@@ -853,7 +853,7 @@ const getSimpleTaskTagColor = (taskName: string) => {
|
||||
'红票-5': 'volcano',
|
||||
'技能-5': 'cyan',
|
||||
'经验-6/5': 'gold',
|
||||
'碳-5': 'none',
|
||||
'碳-5': 'default',
|
||||
'奶/盾芯片': 'green',
|
||||
'奶/盾芯片组': 'green',
|
||||
'术/狙芯片': 'purple',
|
||||
|
||||
@@ -495,9 +495,10 @@ onUnmounted(() => { schedulerTabs.value.forEach(tab => tab.runningTasks.forEach(
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 8px 16px;
|
||||
background: #f0f2f5;
|
||||
border-bottom: 1px solid #d9d9d9;
|
||||
margin-bottom: 16px;
|
||||
padding: 16px;
|
||||
border-radius: 8px;
|
||||
border: 1px solid var(--ant-color-border);
|
||||
}
|
||||
|
||||
.left-actions {
|
||||
|
||||
Reference in New Issue
Block a user