@ -12,8 +12,6 @@ BI.Pager = BI.inherit(BI.Widget, {
behaviors: {},
layouts: [{
type: "bi.horizontal",
hgap: 10,
vgap: 0
}],
dynamicShow: true, // 是否动态显示上一页、下一页、首页、尾页, 若为false,则指对其设置使能状态
@ -178,7 +176,6 @@ BI.Pager = BI.inherit(BI.Widget, {
items: BI.createItems(view, {
cls: "bi-list-item-select bi-border-radius",
height: 23,
stopPropagation: true
}),
behaviors: o.behaviors,
@ -12,8 +12,6 @@ BI.DetailPager = BI.inherit(BI.Widget, {
@ -177,8 +175,7 @@ BI.DetailPager = BI.inherit(BI.Widget, {
element: this,
cls: "page-item bi-border bi-list-item-active",
hgap: 10
height: 23
layouts: o.layouts