Browse Source

Pull request #1957: BI-82889 style:left布局不设置宽度

Merge in VISUAL/fineui from ~CLAIRE.TANG/fineui:master to master

* commit 'da006e5650c5a09dbeb2f0f1b5be2274dcaba339':
  BI-82889 style:left布局不设置宽度
es6
Claire.Tang 3 years ago
parent
commit
423d092a21
  1. 1
      src/case/pager/pager.all.count.js

1
src/case/pager/pager.all.count.js

@ -158,7 +158,6 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
type: "bi.label",
height: o.height,
text: BI.i18nText("BI-Tiao_Data"),
width: 40,
textAlign: "left"
}, BI.isNotEmptyObject(o.rowInfoObject) ? o.rowInfoObject : null]
};

Loading…
Cancel
Save