From b8daf944f191fdba307d5cc33d665c2cfa94444b Mon Sep 17 00:00:00 2001 From: zxhlyh Date: Mon, 28 Apr 2025 13:57:44 +0800 Subject: [PATCH] fix: header padding (#18957) --- web/app/components/header/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/components/header/index.tsx b/web/app/components/header/index.tsx index 13c587dc19..a31b304768 100644 --- a/web/app/components/header/index.tsx +++ b/web/app/components/header/index.tsx @@ -49,7 +49,7 @@ const Header = () => { // eslint-disable-next-line react-hooks/exhaustive-deps }, [selectedSegment]) return ( -
+
{isMobile &&
{
} { !isMobile - &&
+ &&
@@ -84,7 +84,7 @@ const Header = () => { )} { !isMobile && ( -
+
{!isCurrentWorkspaceDatasetOperator && } {!isCurrentWorkspaceDatasetOperator && } {(isCurrentWorkspaceEditor || isCurrentWorkspaceDatasetOperator) && } @@ -92,7 +92,7 @@ const Header = () => {
) } -
+