Browse Source

Pull request #2296: 无JIRA任务 优化代码

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit 'e53ada1265d8905778e32aa09ada6907dfa99f7a':
  优化代码
es6
guy 3 years ago
parent
commit
b651910f5a
  1. 6
      src/core/platform/web/config.js

6
src/core/platform/web/config.js

@ -141,7 +141,11 @@ BI.prepares.push(function () {
scrolly: false
}, ob, {type: "bi.flex_vertical"});
}
return BI.extend({}, ob, {type: "bi.vtape"});
return BI.extend({}, ob, {
type: "bi.td",
items: BI.map(ob.items, function (i, item) {
return [item];
})});
});
BI.Plugin.configWidget("bi.left_right_vertical_adapt", function (ob) {

Loading…
Cancel
Save