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