Browse Source

优化代码

es6
guy 3 years ago
parent
commit
e53ada1265
  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 scrolly: false
}, ob, {type: "bi.flex_vertical"}); }, 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) { BI.Plugin.configWidget("bi.left_right_vertical_adapt", function (ob) {

Loading…
Cancel
Save