Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d70ff commit 0148e43Copy full SHA for 0148e43
client/packages/lowcoder/src/comps/comps/pageLayoutComp/pageLayout.tsx
@@ -339,7 +339,7 @@ export function PageLayout(props: LayoutProps & { siderCollapsed: boolean; setSi
339
autoHeight={true}
340
emptyRows={5}
341
minHeight={"48px"}
342
- containerPadding={[0, 0]}
+ containerPadding={[0, 0]}
343
showName={{ top: showHeader ? 20 : 0 }}
344
$backgroundColor={footerStyle?.footerBackground || 'transparent'}
345
$footerBackgroundImage={footerStyle?.footerBackgroundImage}
0 commit comments