Browse Source

无jira任务 o

es6
imp 4 years ago
parent
commit
b6f8e670c8
  1. 3
      src/core/wrapper/layout/adapt/inline.center.js

3
src/core/wrapper/layout/adapt/inline.center.js

@ -23,12 +23,13 @@ BI.InlineCenterAdaptLayout = BI.inherit(BI.Layout, {
},
render: function () {
var o = this.options;
BI.InlineCenterAdaptLayout.superclass.render.apply(this, arguments);
this.element.css({
whiteSpace: "nowrap",
textAlign: o.horizontalAlign
});
this.populate(this.options.items);
this.populate(o.items);
},
_addElement: function (i, item, length) {

Loading…
Cancel
Save