Browse Source

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

Merge in VISUAL/fineui from ~CLAIRE.TANG/fineui:master to master

* commit '6e4160af544e25b0364cc2447bd79b55ff09d085':
  BI-82889 style: 样式优化(原来实际左右间距有10px)
es6
Claire.Tang 3 years ago
parent
commit
0c123a55d9
  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