From 54f5615a47a798f2ca40b4bd063f51c4a4b82eb6 Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Mon, 5 Jul 2021 10:05:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20fix:=E4=BC=98?= =?UTF-8?q?=E5=85=88=E6=98=BE=E7=A4=BA=E7=BF=BB=E9=A1=B5=E6=8C=89=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 | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/case/pager/pager.all.count.js b/src/case/pager/pager.all.count.js index 82387ed7c..f428ccfce 100644 --- a/src/case/pager/pager.all.count.js +++ b/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,