Browse Source

KERNEL-14316 chore:代码调整

es6
Treecat 1 year ago
parent
commit
ad24f85856
  1. 2
      packages/fineui/src/core/platform/web/config.js

2
packages/fineui/src/core/platform/web/config.js

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

Loading…
Cancel
Save