Browse Source

无jira任务 fix:明细表不显示行数信息时分页居右

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

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

@ -97,9 +97,10 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
BI.createWidget(o.showRowCount ? {
type: "bi.vertical_adapt",
columnSize: ["fill", ""],
element: this,
scrollx: false,
columnSize: ["fill", ""],
horizontalAlign: BI.HorizontalAlign.Right,
items: [
this._getRowCountObject(),
this.editor, this.allPages, this.pager

Loading…
Cancel
Save