From d4b0cd859912400092e940b32dddbe6a68dcd14e Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Mon, 1 Sep 2025 18:52:32 +0800 Subject: [PATCH] Fix: Optimize page layout and style #3221 (#9852) ### What problem does this PR solve? Fix: Optimize page layout and style #3221 - Added the cursor-pointer class to the logo in the Header component - Added an icon property to the ListFilterBar in the Agents and ChatList components - Adjusted the Dataset page layout and set a minimum width - Optimized the DatasetWrapper page layout and added the overflow-auto class - Simplified the search icon in the SearchList component ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --------- Co-authored-by: Kevin Hu --- web/src/layouts/next-header.tsx | 2 +- web/src/pages/agents/index.tsx | 1 + web/src/pages/dataset/dataset/index.tsx | 2 +- web/src/pages/dataset/index.tsx | 2 +- web/src/pages/next-chats/index.tsx | 1 + web/src/pages/next-searches/index.tsx | 6 +----- 6 files changed, 6 insertions(+), 8 deletions(-) diff --git a/web/src/layouts/next-header.tsx b/web/src/layouts/next-header.tsx index da8819367..f7d7c9fb3 100644 --- a/web/src/layouts/next-header.tsx +++ b/web/src/layouts/next-header.tsx @@ -111,7 +111,7 @@ export function Header() { logo