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] }) },