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)
master
Claire.Tang 4 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; self.prevText = _ref;
} }
}, { }, {
type: "bi.label", el: {
ref: function (_ref) { type: "bi.label",
self.rowCount = _ref; 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, hgap: 5,
text: o.count,
title: o.count
}, { }, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,

Loading…
Cancel
Save