Browse Source

Pull request #1873: DEC-18016 fix: horizontal_adapt默认horizontalAlign为left

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

* commit '3debd7be3146e06162f7e7fd369d7a5f43ce691c':
  DEC-18016 fix: horizontal_adapt默认horizontalAlign为left
es6
parent
commit
482a5e8df0
  1. 2
      src/core/wrapper/layout/adapt/adapt.horizontal.js

2
src/core/wrapper/layout/adapt/adapt.horizontal.js

@ -8,7 +8,7 @@ BI.HorizontalAdaptLayout = BI.inherit(BI.Layout, {
return BI.extend(BI.HorizontalAdaptLayout.superclass.props.apply(this, arguments), {
baseCls: "bi-h-a",
verticalAlign: BI.VerticalAlign.Top,
horizontalAlign: BI.HorizontalAlign.Center,
horizontalAlign: BI.HorizontalAlign.Left,
columnSize: [],
scrollx: false,
hgap: 0,

Loading…
Cancel
Save