feat(advisor-comparison): add 相比上次运行 panel to report detail page
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -270,6 +270,24 @@ table.history-table td { font-variant-numeric: tabular-nums; }
|
||||
.hist-delta.delta-bad { color: #dc2626; }
|
||||
.hist-delta.delta-flat { color: var(--slate-light); }
|
||||
|
||||
.advisor-comparison-panel { border-left: 3px solid #0ea5e9; }
|
||||
.advisor-comparison-header {
|
||||
display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.advisor-comparison-row {
|
||||
display: flex; align-items: center; gap: 10px;
|
||||
padding: 6px 0; border-bottom: 1px solid var(--line);
|
||||
font-size: 13px;
|
||||
}
|
||||
.advisor-comparison-row:last-of-type { border-bottom: none; }
|
||||
.advisor-comparison-status { font-weight: 600; white-space: nowrap; }
|
||||
.advisor-comparison-metric { flex: 1; color: var(--slate); }
|
||||
.advisor-comparison-scores { font-variant-numeric: tabular-nums; white-space: nowrap; }
|
||||
.advisor-comparison-status.delta-good { color: #16a34a; }
|
||||
.advisor-comparison-status.delta-bad { color: #dc2626; }
|
||||
.advisor-comparison-status.delta-flat { color: var(--slate); }
|
||||
|
||||
.empty { text-align: center; padding: 60px 20px; color: var(--slate); }
|
||||
.empty p { margin-bottom: 8px; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user