From db6772997154e82a98cc495fa44f243c313424cc Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Fri, 2 Jul 2021 10:35:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20style:?= =?UTF-8?q?=E4=BC=98=E5=85=88=E5=B1=95=E7=A4=BA=E5=88=86=E9=A1=B5=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/pager/pager.all.count.js | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/case/pager/pager.all.count.js b/src/case/pager/pager.all.count.js index a63f1dc95..82387ed7c 100644 --- a/src/case/pager/pager.all.count.js +++ b/src/case/pager/pager.all.count.js @@ -96,12 +96,16 @@ BI.AllCountPager = BI.inherit(BI.Widget, { }); BI.createWidget(o.showRowCount ? { - type: "bi.left_right_vertical_adapt", + type: "bi.htape", + columnSize: ["fill", 140], element: this, - items: { - left: [this._getRowCountObject()], - right: [this.editor, this.allPages, this.pager] - } + items: [ + this._getRowCountObject(), + { + type: "bi.right_vertical_adapt", + items: [this.editor, this.allPages, this.pager] + } + ] } : { type: "bi.vertical_adapt", element: this,