From 4fc4b538a58515ec4e5c9627abe0f2664b0bf5d2 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Thu, 21 May 2026 17:31:43 +0800 Subject: [PATCH] =?UTF-8?q?@=20=E8=B0=83=E4=BD=8E=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=9D=A2=E6=9D=BF=E9=9A=90=E8=97=8F=E6=96=AD?= =?UTF-8?q?=E7=82=B9=201680=E2=86=921400px=EF=BC=8CMacBook=2014"=20?= =?UTF-8?q?=E5=8F=AF=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原 1680px 导致 MacBook Pro 14" (1512px) 地图模式详情面板被隐藏。 同时 max-height 从 900→860 避免误触发。 @ --- frontend/components/dashboard/ScanTerminalBoard.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/dashboard/ScanTerminalBoard.module.css b/frontend/components/dashboard/ScanTerminalBoard.module.css index 6ed12c78..2669dfd3 100644 --- a/frontend/components/dashboard/ScanTerminalBoard.module.css +++ b/frontend/components/dashboard/ScanTerminalBoard.module.css @@ -105,7 +105,7 @@ padding-bottom: 12px; } -@media (max-width: 1680px), (max-height: 900px) { +@media (max-width: 1400px), (max-height: 860px) { .root :global(.scan-terminal.map-view-active > .detail-panel.scan-city-detail-rail) { display: none; }