From d5311093d049f4ecbe65567d5a1224090f927561 Mon Sep 17 00:00:00 2001 From: Guyi Date: Fri, 16 Aug 2019 10:25:02 +0800 Subject: [PATCH] =?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,