From d5311093d049f4ecbe65567d5a1224090f927561 Mon Sep 17 00:00:00 2001 From: Guyi Date: Fri, 16 Aug 2019 10:25:02 +0800 Subject: [PATCH 1/4] =?UTF-8?q?BI-49108=20fix=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=87=86=E5=A4=87=E9=83=A8=E5=88=86=E7=BF=BB?= =?UTF-8?q?=E9=A1=B5=E5=9B=BE=E6=A0=87=E6=A0=B7=E5=BC=8F=E4=B8=8D=E5=AF=B9?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/pager/pager.all.count.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/case/pager/pager.all.count.js b/src/case/pager/pager.all.count.js index 30dfab75c..320012b30 100644 --- a/src/case/pager/pager.all.count.js +++ b/src/case/pager/pager.all.count.js @@ -54,7 +54,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { warningTitle: BI.i18nText("BI-Current_Is_First_Page"), height: 22, width: 22, - cls: "bi-border all-pager-prev" + pagerIconCls.preCls + cls: "bi-border bi-border-radius all-pager-prev bi-list-item-select2" + pagerIconCls.preCls }, next: { type: "bi.icon_button", @@ -63,7 +63,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { warningTitle: BI.i18nText("BI-Current_Is_Last_Page"), height: 22, width: 22, - cls: "bi-border all-pager-next" + pagerIconCls.nextCls + cls: "bi-border bi-border-radius all-pager-prev bi-list-item-select2" + pagerIconCls.nextCls }, hasPrev: o.hasPrev, From bec498ebbfaf91d5e348102ffb3b364f53ffae10 Mon Sep 17 00:00:00 2001 From: Guyi Date: Fri, 16 Aug 2019 10:35:04 +0800 Subject: [PATCH 2/4] =?UTF-8?q?BI-49108=20fix=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=A0=B7=E5=BC=8F=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/pager/pager.all.count.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/case/pager/pager.all.count.js b/src/case/pager/pager.all.count.js index 320012b30..d7e44452b 100644 --- a/src/case/pager/pager.all.count.js +++ b/src/case/pager/pager.all.count.js @@ -63,7 +63,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { warningTitle: BI.i18nText("BI-Current_Is_Last_Page"), height: 22, width: 22, - cls: "bi-border bi-border-radius all-pager-prev bi-list-item-select2" + pagerIconCls.nextCls + cls: "bi-border bi-border-radius all-pager-next bi-list-item-select2" + pagerIconCls.nextCls }, hasPrev: o.hasPrev, From 75b6e21153269f12e2a574544b6fb452893e8d25 Mon Sep 17 00:00:00 2001 From: Guyi Date: Fri, 16 Aug 2019 10:52:03 +0800 Subject: [PATCH 3/4] =?UTF-8?q?BI-49108=20fix=EF=BC=9A=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/pager/pager.all.count.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/case/pager/pager.all.count.js b/src/case/pager/pager.all.count.js index d7e44452b..ed5fd84e2 100644 --- a/src/case/pager/pager.all.count.js +++ b/src/case/pager/pager.all.count.js @@ -54,7 +54,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { warningTitle: BI.i18nText("BI-Current_Is_First_Page"), height: 22, width: 22, - cls: "bi-border bi-border-radius all-pager-prev bi-list-item-select2" + pagerIconCls.preCls + cls: "bi-border bi-border-radius all-pager-prev bi-list-item-select2 " + pagerIconCls.preCls }, next: { type: "bi.icon_button", @@ -63,7 +63,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { warningTitle: BI.i18nText("BI-Current_Is_Last_Page"), height: 22, width: 22, - cls: "bi-border bi-border-radius all-pager-next bi-list-item-select2" + pagerIconCls.nextCls + cls: "bi-border bi-border-radius all-pager-next bi-list-item-select2 " + pagerIconCls.nextCls }, hasPrev: o.hasPrev, From 09931f01dfdb479fade8fe56506c0a2ab2ec4dc8 Mon Sep 17 00:00:00 2001 From: Guyi Date: Fri, 16 Aug 2019 17:49:24 +0800 Subject: [PATCH 4/4] =?UTF-8?q?BI-49108=20fix=EF=BC=9A=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F?= 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 ed5fd84e2..642df669e 100644 --- a/src/case/pager/pager.all.count.js +++ b/src/case/pager/pager.all.count.js @@ -135,14 +135,14 @@ BI.AllCountPager = BI.inherit(BI.Widget, { switch (o.pagerDirection) { case "horizontal": return { - preCls: " row-pre-page-h-font ", - nextCls: " row-next-page-h-font " + preCls: "row-pre-page-h-font ", + nextCls: "row-next-page-h-font " }; case "vertical": default: return { - preCls: " column-pre-page-h-font ", - nextCls: " column-next-page-h-font " + preCls: "column-pre-page-h-font ", + nextCls: "column-next-page-h-font " }; } },