|
|
@ -229,7 +229,7 @@ configWidget("bi.vertical_fill", ob => { |
|
|
|
horizontalAlign: HorizontalAlign.Stretch, |
|
|
|
horizontalAlign: HorizontalAlign.Stretch, |
|
|
|
verticalAlign: VerticalAlign.Stretch, |
|
|
|
verticalAlign: VerticalAlign.Stretch, |
|
|
|
scrolly: false, |
|
|
|
scrolly: false, |
|
|
|
}, ob, { type: FlexVerticalLayout }); |
|
|
|
}, ob, { type: FlexVerticalLayout.xtype }); |
|
|
|
} |
|
|
|
} |
|
|
|
if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) { |
|
|
|
if (ob.scrollable === true || ob.scrollx === true || ob.scrolly === true) { |
|
|
|
// 有滚动条,降级到table布局处理
|
|
|
|
// 有滚动条,降级到table布局处理
|
|
|
|