File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
client/packages/lowcoder/src/comps/comps/pageLayoutComp Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -159,12 +159,12 @@ export class PageLayoutComp extends layoutBaseComp implements IContainer {
159
159
return [
160
160
this . children . autoHeight . getPropertyView ( ) ,
161
161
this . children . siderScrollbars . propertyView ( { label : trans ( "prop.siderScrollbar" ) } ) ,
162
- ( ! this . children . autoHeight . getView ( ) ) && (
163
- ! this . children . siderScrollbars . getView ( ) ||
164
- ! this . children . contentScrollbars . getView ( )
165
- ) &&
166
- this . children . mainScrollbars . propertyView ( { label : trans ( "prop.mainScrollbar" ) } ) ,
167
162
( ! this . children . autoHeight . getView ( ) ) && this . children . contentScrollbars . propertyView ( { label : trans ( "prop.showVerticalScrollbar" ) } ) ,
163
+ ( ! this . children . autoHeight . getView ( ) ) && (
164
+ ! this . children . siderScrollbars . getView ( ) ||
165
+ ! this . children . contentScrollbars . getView ( )
166
+ ) &&
167
+ this . children . mainScrollbars . propertyView ( { label : trans ( "prop.mainScrollbar" ) } ) ,
168
168
] ;
169
169
}
170
170
You can’t perform that action at this time.
0 commit comments