Browse Source

无jira任务 style:优先展示分页按钮

es6
Tangjinxia 3 years ago
parent
commit
9d6b9b5e6d
  1. 5
      src/case/pager/pager.all.count.js

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

@ -55,7 +55,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
value: "prev",
title: BI.i18nText("BI-Previous_Page"),
warningTitle: BI.i18nText("BI-Current_Is_First_Page"),
// height: 22,
height: 22,
width: 22,
cls: "bi-border bi-border-radius all-pager-prev bi-list-item-select2 " + pagerIconCls.preCls
},
@ -64,7 +64,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
value: "next",
title: BI.i18nText("BI-Next_Page"),
warningTitle: BI.i18nText("BI-Current_Is_Last_Page"),
// height: 22,
height: 22,
width: 22,
cls: "bi-border bi-border-radius all-pager-next bi-list-item-select2 " + pagerIconCls.nextCls
},
@ -92,7 +92,6 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
title: o.pages,
text: "/" + o.pages,
lgap: 5,
// height: 24,
invisible: o.pages <= 1
});

Loading…
Cancel
Save