From 99aad8e4e0e8670d0219ef6d92baabd0ce64f9f1 Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Mon, 19 Jul 2021 16:05:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20fix:=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E8=A1=A8=E4=B8=8D=E6=98=BE=E7=A4=BA=E8=A1=8C=E6=95=B0?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=97=B6=E5=88=86=E9=A1=B5=E5=B1=85=E5=8F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/pager/pager.all.count.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/case/pager/pager.all.count.js b/src/case/pager/pager.all.count.js index d087801d4..ca935b15f 100644 --- a/src/case/pager/pager.all.count.js +++ b/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