Browse Source

BI-82889 style: 样式优化(原来实际左右间距有10px)

es6
Tangjinxia 3 years ago
parent
commit
8b2d26ef0b
  1. 16
      src/case/pager/pager.all.count.js

16
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,

Loading…
Cancel
Save