diff --git a/webapp/static/css/app.css b/webapp/static/css/app.css index 5661e8b..15f70ef 100644 --- a/webapp/static/css/app.css +++ b/webapp/static/css/app.css @@ -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; } diff --git a/webapp/static/index.html b/webapp/static/index.html index b48180b..6ac4748 100644 --- a/webapp/static/index.html +++ b/webapp/static/index.html @@ -174,6 +174,17 @@
④ 最低分样本(点击展开逐条复核)
+ + +