Browse Source

Pull request #3801: CHART-18348 调整富文本组件尺寸

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

* commit '7c4c873078a48f9e0cf2afe3679e86d7260e669a':
  CHART-18348 调整富文本组件尺寸
feature/big-screen
Qinghui.Liu 3 years ago
parent
commit
627a65a811
  1. 4
      designer-chart/src/main/resources/com/fr/design/editor/script/editor.js
  2. 4
      designer-chart/src/main/resources/com/fr/design/editor/script/editor.model.js

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

@ -74,10 +74,10 @@
}],
layouts: [{
type: "bi.left",
rgap: 5
rgap: 2
}],
value: this.model.mode,
width: 125
width: 170
}, this._getToolBar()],
height: 24
}, {

4
designer-chart/src/main/resources/com/fr/design/editor/script/editor.model.js

@ -18,7 +18,7 @@
return [{
type: "bi.single_select_radio_item",
text: BI.i18nText("BI-Basic_Auto"),
width: 50,
width: 70,
logic: {
dynamic: true
},
@ -27,7 +27,7 @@
}, {
type: "bi.single_select_radio_item",
text: BI.i18nText("BI-Basic_Custom"),
width: 60,
width: 80,
logic: {
dynamic: true
},

Loading…
Cancel
Save