Browse Source

Pull request #2795: 无JIRA任务 bufix: vertical支持horizontalAlign设置

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

* commit '87d917f5a873b927c44fb84ceb32be32a3f60d34':
  bufix: vertical支持horizontalAlign设置
es6
guy 2 years ago
parent
commit
c4d84ba3e7
  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