From 88630398699f8d23a7a1a79c9db846d5e0c77972 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Sat, 28 Mar 2026 23:41:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=AD=9B=E9=80=89=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=E5=88=A0=E9=99=A4X=E5=85=B3=E9=97=AD=E6=8C=89=E9=92=AE?= =?UTF-8?q?=EF=BC=8C=E5=BA=95=E9=83=A8=E5=8A=A0=E7=A1=AE=E8=AE=A4=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=82=B9=E5=87=BB=E5=90=8E=E5=85=B3=E9=97=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 库存/区域/客户三个筛选面板移除X图标 - 底部增加"确认"按钮,点击后关闭面板 - 移除背景遮罩点击关闭,只能通过确认按钮关闭 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.tsx | 55 +++++++++++++++++++---------------------------------- 1 file changed, 20 insertions(+), 35 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index f60e661..1ee5bec 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1007,7 +1007,7 @@ export default function App() { {isInventoryFilterOpen && ( <> -
setIsInventoryFilterOpen(false)} /> +

库存统计 - 数据筛选

-
- - -
+
@@ -1056,6 +1051,7 @@ export default function App() { setInventoryFilters({...inventoryFilters, model: v})} options={uniqueInventoryModels} placeholder="全部车型" />
+ )} @@ -1914,7 +1910,7 @@ export default function App() { {isRegionFilterOpen && ( <> -
setIsRegionFilterOpen(false)} /> +

区域筛选

-
- - -
+
@@ -1959,7 +1950,7 @@ export default function App() {
- + )} @@ -2213,11 +2204,8 @@ export default function App() { {isCustomerFilterOpen && ( <> - {/* Backdrop for closing */} -
setIsCustomerFilterOpen(false)} - /> + {/* Backdrop */} +
{/* Popover Content */} 重置所有 -
- +
@@ -2276,7 +2261,7 @@ export default function App() {
- + )}