From f598f3dea28202cedf4c33cf2b09d58202eccc1c Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Tue, 29 Mar 2022 17:41:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20pager?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/pager/pager.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/base/pager/pager.js b/src/base/pager/pager.js index 6689774f6..5967271b2 100644 --- a/src/base/pager/pager.js +++ b/src/base/pager/pager.js @@ -12,6 +12,8 @@ BI.Pager = BI.inherit(BI.Widget, { behaviors: {}, layouts: [{ type: "bi.horizontal", + hgap: 10, + vgap: 0 }], dynamicShow: true, // 是否动态显示上一页、下一页、首页、尾页, 若为false,则指对其设置使能状态 @@ -176,6 +178,7 @@ BI.Pager = BI.inherit(BI.Widget, { items: BI.createItems(view, { cls: "bi-list-item-select bi-border-radius", height: 23, + hgap: 10, stopPropagation: true }), behaviors: o.behaviors,