Browse Source

Pull request #2671: CHART-16298 & CHART-16361 调整富文本参数选择面板的宽度

Merge in DESIGN/design from ~QINGHUI.LIU/design:final/10.0 to final/10.0

* commit '88346cc5352012382c6f073c073b5e652fccaaac':
  CHART-16282 地图、力学气泡图、甘特图富文本参数兼容
final/10.0
Kara 4 years ago
parent
commit
06658ba17f
  1. 4
      designer-chart/src/main/resources/com/fr/design/editor/script/insertcombo/combo.insert_param.js

4
designer-chart/src/main/resources/com/fr/design/editor/script/insertcombo/combo.insert_param.js

@ -30,7 +30,6 @@
items: this.model.items,
chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE,
behaviors: {},
width: 200,
layouts: [{
type: "bi.vertical"
}],
@ -68,7 +67,8 @@
}]
},
popup: {
el: searchPopup
el: searchPopup,
minWidth: 150
},
ref: function (_ref) {
self.combo = _ref;

Loading…
Cancel
Save