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() {
- + )}