File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
client/packages/lowcoder/src/comps/comps/containerComp Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -51,17 +51,17 @@ export const ContainerBaseComp = (function () {
51
51
< Section name = { "Header Style" } >
52
52
{ children . container . headerStylePropertyView ( ) }
53
53
</ Section >
54
- ) }
55
- { children . container . children . showBody . getView ( ) && (
56
- < Section name = { "Body Style" } >
57
- { children . container . bodyStylePropertyView ( ) }
58
- </ Section >
59
- ) }
60
- { children . container . children . showFooter . getView ( ) && (
61
- < Section name = { "Footer Style" } >
62
- { children . container . footerStylePropertyView ( ) }
63
- </ Section >
64
- ) }
54
+ ) }
55
+ { children . container . children . showBody . getView ( ) && (
56
+ < Section name = { "Body Style" } >
57
+ { children . container . bodyStylePropertyView ( ) }
58
+ </ Section >
59
+ ) }
60
+ { children . container . children . showFooter . getView ( ) && (
61
+ < Section name = { "Footer Style" } >
62
+ { children . container . footerStylePropertyView ( ) }
63
+ </ Section >
64
+ ) }
65
65
</ >
66
66
) }
67
67
</ >
You can’t perform that action at this time.
0 commit comments