feat: implement CitySelectorDropdown for ScanTerminalDashboard with multi-filter search and regional categorization

This commit is contained in:
2569718930@qq.com
2026-05-30 16:39:23 +08:00
parent a03b8095ee
commit 5470da6b3a
5 changed files with 79 additions and 7 deletions
@@ -860,7 +860,7 @@ function PolyWeatherTerminal({
setActiveSearchSlotIndex(null);
}}
onClose={() => setActiveSearchSlotIndex(null)}
className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 z-50 w-[380px] bg-white border border-slate-200 rounded shadow-lg p-2"
className="absolute left-1/2 top-12 z-50 w-[380px] -translate-x-1/2 bg-white border border-slate-200 rounded shadow-lg p-2"
/>
)}
</div>