File tree Expand file tree Collapse file tree 1 file changed +10
-15
lines changed
client/packages/lowcoder/src/comps/comps/containerComp Expand file tree Collapse file tree 1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -40,21 +40,16 @@ export const ContainerBaseComp = (function () {
40
40
</ Section >
41
41
) }
42
42
43
- { ( useContext ( EditorContext ) . editorModeStatus === "layout" ||
44
- useContext ( EditorContext ) . editorModeStatus === "both" ) && (
45
- < >
46
- < Section name = { sectionNames . layout } >
47
- { children . container . getPropertyView ( ) }
48
- </ Section >
49
- < Section name = { sectionNames . style } >
50
- { children . container . stylePropertyView ( ) }
51
- </ Section >
52
- < Section name = { sectionNames . animationStyle } >
53
- { children . animationStyle . getPropertyView ( ) }
54
- </ Section >
55
- { children . container . children . showHeader . getView ( ) && (
56
- < Section name = { "Header Style" } >
57
- { children . container . headerStylePropertyView ( ) }
43
+ { ( useContext ( EditorContext ) . editorModeStatus === "layout" || useContext ( EditorContext ) . editorModeStatus === "both" ) && (
44
+ < > < Section name = { sectionNames . layout } >
45
+ { children . container . getPropertyView ( ) }
46
+ </ Section >
47
+ < Section name = { sectionNames . style } >
48
+ { children . container . stylePropertyView ( ) }
49
+ </ Section >
50
+ { children . container . children . showHeader . getView ( ) && (
51
+ < Section name = { "Header Style" } >
52
+ { children . container . headerStylePropertyView ( ) }
58
53
</ Section >
59
54
) }
60
55
{ children . container . children . showBody . getView ( ) && (
You can’t perform that action at this time.
0 commit comments