From 3a5c5fc4318d8a2b8221731ecfe9569200157dfd Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Mon, 5 Jul 2021 13:30:54 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/case/pager/pager.all.count.js b/src/case/pager/pager.all.count.js index f428ccfce..6b6d75455 100644 --- a/src/case/pager/pager.all.count.js +++ b/src/case/pager/pager.all.count.js @@ -55,7 +55,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { value: "prev", title: BI.i18nText("BI-Previous_Page"), warningTitle: BI.i18nText("BI-Current_Is_First_Page"), - height: 22, + // height: 22, width: 22, cls: "bi-border bi-border-radius all-pager-prev bi-list-item-select2 " + pagerIconCls.preCls }, @@ -64,7 +64,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { value: "next", title: BI.i18nText("BI-Next_Page"), warningTitle: BI.i18nText("BI-Current_Is_Last_Page"), - height: 22, + // height: 22, width: 22, cls: "bi-border bi-border-radius all-pager-next bi-list-item-select2 " + pagerIconCls.nextCls }, @@ -92,12 +92,12 @@ BI.AllCountPager = BI.inherit(BI.Widget, { title: o.pages, text: "/" + o.pages, lgap: 5, - height: o.height, + // height: 24, invisible: o.pages <= 1 }); BI.createWidget(o.showRowCount ? { - type: "bi.flex_horizontal", + type: "bi.vertical_adapt", columnSize: ["fill", ""], element: this, scrollx: false,