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. 4
      src/case/pager/pager.all.count.js

4
src/case/pager/pager.all.count.js

@ -144,15 +144,17 @@ BI.AllCountPager = BI.inherit(BI.Widget, {
self.prevText = _ref; self.prevText = _ref;
} }
}, { }, {
el: {
type: "bi.label", type: "bi.label",
ref: function (_ref) { ref: function (_ref) {
self.rowCount = _ref; self.rowCount = _ref;
}, },
cls: "row-count", cls: "row-count",
height: o.height, height: o.height,
hgap: 5,
text: o.count, text: o.count,
title: o.count title: o.count
},
hgap: 5,
}, { }, {
type: "bi.label", type: "bi.label",
height: o.height, height: o.height,

Loading…
Cancel
Save