From 8b2d26ef0bf77a9125a78d5a51ca6e6da4da8d55 Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Fri, 11 Jun 2021 15:19:19 +0800 Subject: [PATCH] =?UTF-8?q?BI-82889=20style:=20=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=88=E5=8E=9F=E6=9D=A5=E5=AE=9E=E9=99=85=E5=B7=A6?= =?UTF-8?q?=E5=8F=B3=E9=97=B4=E8=B7=9D=E6=9C=8910px=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/pager/pager.all.count.js | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/case/pager/pager.all.count.js b/src/case/pager/pager.all.count.js index c15f2cb0c..a63f1dc95 100644 --- a/src/case/pager/pager.all.count.js +++ b/src/case/pager/pager.all.count.js @@ -144,15 +144,17 @@ BI.AllCountPager = BI.inherit(BI.Widget, { self.prevText = _ref; } }, { - type: "bi.label", - ref: function (_ref) { - self.rowCount = _ref; + el: { + type: "bi.label", + ref: function (_ref) { + self.rowCount = _ref; + }, + cls: "row-count", + height: o.height, + text: o.count, + title: o.count }, - cls: "row-count", - height: o.height, hgap: 5, - text: o.count, - title: o.count }, { type: "bi.label", height: o.height,