From 68c1c7cef41a05292122bac5030c4631106f8829 Mon Sep 17 00:00:00 2001 From: lingniu Date: Sun, 5 Jul 2026 20:54:04 +0800 Subject: [PATCH] feat(platform): polish customer time window controls --- .../apps/web/src/layout/AppShell.tsx | 34 ++++++--- .../apps/web/src/styles/global.css | 71 +++++++++++++++---- .../apps/web/src/test/App.test.tsx | 9 ++- 3 files changed, 90 insertions(+), 24 deletions(-) diff --git a/vehicle-data-platform/apps/web/src/layout/AppShell.tsx b/vehicle-data-platform/apps/web/src/layout/AppShell.tsx index 54ca5be5..7dfd960c 100644 --- a/vehicle-data-platform/apps/web/src/layout/AppShell.tsx +++ b/vehicle-data-platform/apps/web/src/layout/AppShell.tsx @@ -294,30 +294,46 @@ export function AppShell({ value={keyword} onChange={setKeyword} onEnterPress={search} - style={{ width: 320 }} + style={{ width: 280 }} />
-