Skip to content

Commit

Permalink
feat: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Apr 14, 2024
1 parent 51db8f0 commit 561df6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/canyon-ui/src/components/layout/Base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ const CanyonLayoutBase: FC<CanyonLayoutBaseProps> = ({
}
mainContent={
<div className={'flex-1 bg-[#fbfcfd] dark:bg-[#0c0d0e] min-h-[100vh]'}>
<div className={'m-auto w-[1200px] px-[12px]'}>{breadcrumb}</div>
<div className={'m-auto w-[1200px] p-[12px]'}>{renderMainContent}</div>
<div className={'m-auto w-[1150px] px-[12px]'}>{breadcrumb}</div>
<div className={'m-auto w-[1150px] p-[12px]'}>{renderMainContent}</div>
</div>
}
footer={<Footer />}
Expand Down

0 comments on commit 561df6b

Please sign in to comment.