Reduce duplicate scan terminal decision copy and chrome

Removed the scan KPI bar, trimmed redundant decision-card content, and shortened the primary reason text so the city analysis cards read like concise signals instead of repeating the same state across sections.

Constraint: Keep existing city decision logic and data flow unchanged while simplifying the UI
Rejected: Rework the full card layout or mobile card flow | larger surface area than requested
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Keep hero, decision band, and market line responsibilities separate to avoid duplicate copy returning
Tested: frontend npm run build
Not-tested: Manual visual QA in browser across desktop/mobile breakpoints
This commit is contained in:
2569718930@qq.com
2026-05-10 12:20:22 +08:00
parent 3e14a23e02
commit f47de115c8
12 changed files with 16 additions and 429 deletions
@@ -750,40 +750,6 @@
padding: 9px 11px;
}
.root :global(.scan-ai-decision-reasons) {
display: grid;
gap: 8px;
margin-top: 14px;
}
.root :global(.scan-ai-decision-reasons small) {
position: relative;
display: block;
padding-left: 16px;
color: #c9d7e8;
font-size: 12px;
font-weight: 760;
line-height: 1.45;
}
.root :global(.scan-ai-decision-reasons small::before) {
position: absolute;
top: 0.58em;
left: 0;
width: 6px;
height: 6px;
border-radius: 999px;
background: #4da3ff;
content: "";
}
.root :global(.scan-ai-decision-risk) {
margin-top: 12px !important;
color: #fbbf24 !important;
font-size: 12px;
font-weight: 800;
}
.root :global(.scan-ai-market-mobile-line) {
display: none;
}