Browse Source

Pull request #3500: KERNEL-14316 chore:代码调整

Merge in VISUAL/fineui from ~TREECAT/fineui:es6 to es6

* commit '6e8e3b72c06db6df7a4cb42b113df6e187132bbe':
  KERNEL-14316 chore:代码调整
es6
treecat-罗群 1 year ago
parent
commit
5bf059ceba
  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