Browse Source

feature: 小三角换一种实现

es6
guy 3 years ago
parent
commit
6a510524e6
  1. 2
      src/base/combination/combo.js

2
src/base/combination/combo.js

@ -282,7 +282,7 @@
}
var width = this.combo.element.outerWidth();
var height = this.combo.element.outerHeight();
this.popupView.setDirection(p.dir, {
this.popupView.setDirection && this.popupView.setDirection(p.dir, {
width: width,
height: height,
offsetStyle: o.offsetStyle,

Loading…
Cancel
Save