dashboard 和 label 迁移

This commit is contained in:
lutinglt
2025-07-04 21:53:59 +08:00
parent f74211749d
commit 2cceafe5ce
13 changed files with 317 additions and 130 deletions

View File

@@ -66,3 +66,13 @@ export const button = css`
}
}
`;
export const label = css`
// Runner 标签
.runner-container {
// 普通标签, runner 状态: 离线, runner 标签
.ui.label {
border: 1px solid ${themeVars.color.light.border};
}
}
`;