一些更新

This commit is contained in:
cc
2026-04-11 19:52:40 +08:00
parent 726edfa850
commit b9af7ffc8c
11 changed files with 721 additions and 172 deletions

View File

@@ -258,6 +258,42 @@
display: none; /* Minimalistic, hide icon in KPI */
}
.footprint-ai-result {
border-radius: 10px;
padding: 14px 16px;
background: color-mix(in srgb, var(--text-tertiary) 8%, transparent);
border: 1px solid color-mix(in srgb, var(--border-color) 40%, transparent);
.footprint-ai-head {
display: flex;
justify-content: space-between;
gap: 8px;
margin-bottom: 8px;
strong {
font-size: 14px;
color: var(--text-primary);
}
span {
font-size: 12px;
color: var(--text-tertiary);
}
}
p {
margin: 0;
white-space: pre-wrap;
line-height: 1.6;
color: var(--text-secondary);
font-size: 13px;
}
&.footprint-ai-result-error {
border-color: color-mix(in srgb, #ef4444 50%, transparent);
}
}
.kpi-label {
font-size: 13px;
font-weight: 500;