Browse Source

调整富文本组件间距

feature/big-screen
Qinghui.Liu 4 years ago
parent
commit
a1335766f0
  1. 6
      designer-chart/src/main/resources/com/fr/design/editor/script/editor.js
  2. 2
      designer-chart/src/main/resources/com/fr/design/editor/script/editor.model.js

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

@ -50,12 +50,14 @@
}, },
items: [{ items: [{
type: "bi.htape", type: "bi.htape",
tgap: 5, tgap: 3,
items: [{ items: [{
type: "bi.label", type: "bi.label",
text: BI.i18nText("BI-Design_Font_Style") + ": ", text: BI.i18nText("BI-Design_Font_Style") + ": ",
textAlign: "left", textAlign: "left",
width: 70 width: 60,
tgap: 2,
lgap: 3
}, { }, {
type: "bi.button_group", type: "bi.button_group",
items: this.model.fontStyleItems, items: this.model.fontStyleItems,

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

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

Loading…
Cancel
Save