Skip to content

Commit 70561a0

Browse files
fix: layout default style
1 parent 9d2d043 commit 70561a0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

client/packages/lowcoder/src/comps/comps/responsiveLayout/responsiveLayout.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@ const childrenMap = {
6161
}),
6262
autoHeight: AutoHeightControl,
6363
rowBreak: withDefault(BoolControl, false),
64-
rowStyle: styleControl(ResponsiveLayoutRowStyle),
64+
rowStyle: withDefault(styleControl(ResponsiveLayoutRowStyle), {
65+
background: 'transparent',
66+
border: 'transparent',
67+
margin: '0',
68+
padding: '0',
69+
}),
6570
columnStyle: styleControl(ResponsiveLayoutColStyle),
6671
};
6772

0 commit comments

Comments
 (0)