From b9b3e8b4e8b228ecd21d54edd3e1321558fc379a Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 20 Jun 2017 20:21:11 +0800 Subject: [PATCH] add --- bi/case.js | 5 +++-- docs/case.js | 5 +++-- src/case/pager/pager.all.count.js | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/bi/case.js b/bi/case.js index feda5e08b4..ca4eca5714 100644 --- a/bi/case.js +++ b/bi/case.js @@ -9222,9 +9222,10 @@ BI.AllCountPager = BI.inherit(BI.Widget, { vgap: 0, value: o.curr, errorText: BI.i18nText("BI-Please_Input_Positive_Integer"), - width: 30, + width: 35, height: 20 }); + this.pager = BI.createWidget({ type: "bi.pager", width: 36, @@ -9310,7 +9311,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { BI.createWidget({ type: "bi.center_adapt", element: this, - columnSize: ["", 30, 40, 36], + columnSize: ["", 35, 40, 36], items: [count, this.editor, this.allPages, this.pager] }) }, diff --git a/docs/case.js b/docs/case.js index feda5e08b4..ca4eca5714 100644 --- a/docs/case.js +++ b/docs/case.js @@ -9222,9 +9222,10 @@ BI.AllCountPager = BI.inherit(BI.Widget, { vgap: 0, value: o.curr, errorText: BI.i18nText("BI-Please_Input_Positive_Integer"), - width: 30, + width: 35, height: 20 }); + this.pager = BI.createWidget({ type: "bi.pager", width: 36, @@ -9310,7 +9311,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { BI.createWidget({ type: "bi.center_adapt", element: this, - columnSize: ["", 30, 40, 36], + columnSize: ["", 35, 40, 36], items: [count, this.editor, this.allPages, this.pager] }) }, diff --git a/src/case/pager/pager.all.count.js b/src/case/pager/pager.all.count.js index 5a029ca75f..3edf00dfb9 100644 --- a/src/case/pager/pager.all.count.js +++ b/src/case/pager/pager.all.count.js @@ -26,9 +26,10 @@ BI.AllCountPager = BI.inherit(BI.Widget, { vgap: 0, value: o.curr, errorText: BI.i18nText("BI-Please_Input_Positive_Integer"), - width: 30, + width: 35, height: 20 }); + this.pager = BI.createWidget({ type: "bi.pager", width: 36, @@ -114,7 +115,7 @@ BI.AllCountPager = BI.inherit(BI.Widget, { BI.createWidget({ type: "bi.center_adapt", element: this, - columnSize: ["", 30, 40, 36], + columnSize: ["", 35, 40, 36], items: [count, this.editor, this.allPages, this.pager] }) },