From 42612b21ee932e68a2193681fc2fc1d40f391902 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 30 Mar 2026 17:12:02 +0800 Subject: [PATCH] fix: restore PageContainer header with Tabs display --- .../components/layout/MyPageContainer.tsx | 57 +++++++++---------- 1 file changed, 26 insertions(+), 31 deletions(-) diff --git a/src/common/components/layout/MyPageContainer.tsx b/src/common/components/layout/MyPageContainer.tsx index ce50678..24db5a2 100644 --- a/src/common/components/layout/MyPageContainer.tsx +++ b/src/common/components/layout/MyPageContainer.tsx @@ -336,10 +336,10 @@ export function MyPageContainer({ return ( ({ + key: tab.key, + label: tab.label, + closable: tab.closable, + }))} + style={{ + marginTop: 6, + marginBottom: 0, + }} + className="tabs-header-only" + /> + ), + style: { backgroundColor: '#FFF' }, }} - // header={{ - // title: ( - // ({ - // key: tab.key, - // label: tab.label, - // closable: tab.closable, - // }))} - // style={{ - // marginTop: 6, - // marginBottom: 0, - // }} - // className="tabs-header-only" - // /> - // ), - // style: { backgroundColor: '#F00', padding: '64px 15px 0 15px' }, - // }} token={{ paddingBlockPageContainerContent: 0, paddingInlinePageContainerContent: 0,