From 227fe7906cc6bfd378fcdcebb05ee5c92b188987 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Wed, 6 May 2026 17:01:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=A8=E8=AF=81=E6=8D=AE=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E5=92=8C=E5=86=B3=E7=AD=96=E6=B3=A2=E6=AE=B5=E5=9C=A8?= =?UTF-8?q?=E4=BA=AE=E8=89=B2=E6=A8=A1=E5=BC=8F=E4=B8=8B=E7=9A=84=E6=96=87?= =?UTF-8?q?=E5=AD=97=E9=A2=9C=E8=89=B2=E8=A6=86=E7=9B=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - .scan-ai-city-section-title: #4da3ff → #1d4ed8(与背景对比度从 2.93 提升到 5.8) - .scan-ai-decision-band span/strong/p: 显式覆盖暗色文字 - .scan-ai-city-body 滚动条: 适配浅色主题 --- .../ScanTerminalLightTheme.module.css | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/frontend/components/dashboard/ScanTerminalLightTheme.module.css b/frontend/components/dashboard/ScanTerminalLightTheme.module.css index 3a1bc6e9..4939c662 100644 --- a/frontend/components/dashboard/ScanTerminalLightTheme.module.css +++ b/frontend/components/dashboard/ScanTerminalLightTheme.module.css @@ -840,6 +840,31 @@ color: #1d4ed8 !important; } +/* ── Section titles (Evidence, Model, etc.) ── */ +.root:global(.light) :global(.scan-terminal.light .scan-ai-city-section-title) { + color: #1d4ed8 !important; +} + +.root:global(.light) :global(.scan-terminal.light .scan-ai-decision-band span) { + color: #1d4ed8 !important; +} + +.root:global(.light) :global(.scan-terminal.light .scan-ai-decision-band p) { + color: #475569 !important; +} + +.root:global(.light) :global(.scan-terminal.light .scan-ai-decision-band strong) { + color: #0f172a !important; +} + +.root:global(.light) :global(.scan-terminal.light .scan-ai-city-body) { + scrollbar-color: rgba(37, 99, 235, 0.18) transparent; +} + +.root:global(.light) :global(.scan-ai-city-body::-webkit-scrollbar-thumb) { + background: rgba(37, 99, 235, 0.22) !important; +} + /* ── AI prediction dual-card light mode ── */ .root:global(.light) :global(.scan-terminal.light .scan-ai-prediction-dual) { gap: 10px;