Browse Source

BI-94444 fix:IE9下页码位置显示不正确

es6
Tangjinxia 3 years ago
parent
commit
4e3439b67d
  1. 1
      src/case/pager/pager.all.count.js

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

@ -90,6 +90,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
this.allPages = BI.createWidget({
type: "bi.label",
title: o.pages,
height: o.height,
text: "/" + o.pages,
lgap: 5,
invisible: o.pages <= 1

Loading…
Cancel
Save