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 {
159159 return [
160160 this . children . autoHeight . getPropertyView ( ) ,
161161 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" ) } ) ,
167162 ( ! 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" ) } ) ,
168168 ] ;
169169 }
170170
You can’t perform that action at this time.
0 commit comments