Browse Source

bufix: vertical支持horizontalAlign设置

es6
guy 2 years ago
parent
commit
87d917f5a8
  1. 2
      src/core/platform/web/config.js

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

@ -53,7 +53,7 @@ BI.prepares.push(function () {
return BI.extend({}, ob, {
horizontalAlign: BI.HorizontalAlign.Stretch,
type: "bi.vertical",
items: BI.map(ob.items, function (item) {
items: BI.map(ob.items, function (i, item) {
return {
type: "bi.inline",
horizontalAlign: ob.horizontalAlign,

Loading…
Cancel
Save