Browse Source

无jira任务 fix:优先显示翻页按钮

es6
Tangjinxia 3 years ago
parent
commit
54f5615a47
  1. 13
      src/case/pager/pager.all.count.js

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

@ -92,20 +92,19 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
title: o.pages,
text: "/" + o.pages,
lgap: 5,
height: o.height,
invisible: o.pages <= 1
});
BI.createWidget(o.showRowCount ? {
type: "bi.htape",
columnSize: ["fill", 140],
type: "bi.flex_horizontal",
columnSize: ["fill", ""],
element: this,
scrollx: false,
items: [
this._getRowCountObject(),
{
type: "bi.right_vertical_adapt",
items: [this.editor, this.allPages, this.pager]
}
]
this.editor, this.allPages, this.pager
],
} : {
type: "bi.vertical_adapt",
element: this,

Loading…
Cancel
Save