Browse Source

BI-82889 style:left布局不设置宽度

es6
Tangjinxia 3 years ago
parent
commit
1f6471cfa8
  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