Browse Source

REPORT-56714 fix: combo中已减border高度则布局上不需要减高度

es6
iapyang 3 years ago
parent
commit
0803720148
  1. 2
      src/widget/multilayersingletree/multilayersingletree.combo.js

2
src/widget/multilayersingletree/multilayersingletree.combo.js

@ -39,7 +39,7 @@ BI.MultiLayerSingleTreeCombo = BI.inherit(BI.Widget, {
return this._shouldWrapper() ? combo : { return this._shouldWrapper() ? combo : {
type: "bi.absolute", type: "bi.absolute",
height: o.height - 2, height: o.height,
items: [{ items: [{
el: combo, el: combo,
left: 0, left: 0,

Loading…
Cancel
Save