feat(P0-4): Dashboard/项目列表对齐V21 — 清理硬编码fallback颜色
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Staging E2E Tests (push) Failing after 87h53m49s
Deploy / Deploy Staging (push) Failing after 87h56m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 87h58m40s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 87h58m48s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Deploy / Staging E2E Tests (push) Failing after 87h53m49s
Deploy / Deploy Staging (push) Failing after 87h56m33s
CI/CD Pipeline / Frontend Lint (push) Failing after 87h58m40s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 87h58m48s
- KPI卡片: linear-gradient背景改用 var(--bg-primary)/var(--bg-secondary) - 任务状态/公告/存储条: 移除所有 #f8fafc/#f1f5f9/#e2e8f0 硬编码fallback - 全部走CSS变量,与V21设计系统完全一致 tsc零错误
This commit is contained in:
@@ -46,8 +46,8 @@
|
||||
.xx-kpi-card {
|
||||
background: linear-gradient(
|
||||
180deg,
|
||||
#fff,
|
||||
var(--bg-secondary, #f8fafc)
|
||||
var(--bg-primary),
|
||||
var(--bg-secondary)
|
||||
);
|
||||
border: 1px solid var(--border-color);
|
||||
border-radius: var(--radius-lg);
|
||||
@@ -227,7 +227,7 @@
|
||||
|
||||
.xx-task-status--pending {
|
||||
color: var(--text-secondary);
|
||||
background: var(--bg-secondary, #f1f5f9);
|
||||
background: var(--bg-secondary);
|
||||
border: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
@@ -399,7 +399,7 @@
|
||||
gap: var(--space-sm);
|
||||
padding: var(--space-sm);
|
||||
border-radius: var(--radius-md);
|
||||
background: var(--bg-secondary, #f8fafc);
|
||||
background: var(--bg-secondary);
|
||||
border: 1px solid var(--border-color);
|
||||
transition: var(--transition-all);
|
||||
}
|
||||
@@ -464,7 +464,7 @@
|
||||
|
||||
.xx-storage-bar-track {
|
||||
height: var(--space-sm);
|
||||
background: var(--bg-secondary, #e2e8f0);
|
||||
background: var(--bg-secondary);
|
||||
border-radius: var(--space-xs);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user