diff --git a/dist/bundle.js b/dist/bundle.js index c9aff3406..68732d8b9 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -84130,8 +84130,8 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd return BI.extend(BI.RichEditorFontChooser.superclass._defaultConfig.apply(this, arguments), { baseCls: "bi-rich-editor-font-chooser bi-border bi-card", command: "FontName", - width: 50, - height: 20 + width: 100, + height: 24 }); }, @@ -84203,7 +84203,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, { baseCls: "bi-rich-editor-size-chooser bi-border bi-card", command: "FontSize", width: 50, - height: 20 + height: 24 }); }, diff --git a/dist/case.js b/dist/case.js index d51f60b12..70cf1f1ef 100644 --- a/dist/case.js +++ b/dist/case.js @@ -11566,8 +11566,8 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd return BI.extend(BI.RichEditorFontChooser.superclass._defaultConfig.apply(this, arguments), { baseCls: "bi-rich-editor-font-chooser bi-border bi-card", command: "FontName", - width: 50, - height: 20 + width: 100, + height: 24 }); }, @@ -11639,7 +11639,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, { baseCls: "bi-rich-editor-size-chooser bi-border bi-card", command: "FontSize", width: 50, - height: 20 + height: 24 }); }, diff --git a/dist/fineui.js b/dist/fineui.js index 0d127102a..991969e4c 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -84379,8 +84379,8 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd return BI.extend(BI.RichEditorFontChooser.superclass._defaultConfig.apply(this, arguments), { baseCls: "bi-rich-editor-font-chooser bi-border bi-card", command: "FontName", - width: 50, - height: 20 + width: 100, + height: 24 }); }, @@ -84452,7 +84452,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, { baseCls: "bi-rich-editor-size-chooser bi-border bi-card", command: "FontSize", width: 50, - height: 20 + height: 24 }); }, diff --git a/src/case/richeditor/plugins/combo.fontfamily.js b/src/case/richeditor/plugins/combo.fontfamily.js index 0ac206625..226a426ec 100644 --- a/src/case/richeditor/plugins/combo.fontfamily.js +++ b/src/case/richeditor/plugins/combo.fontfamily.js @@ -3,8 +3,8 @@ BI.RichEditorFontChooser = BI.inherit(BI.RichEditorAction, { return BI.extend(BI.RichEditorFontChooser.superclass._defaultConfig.apply(this, arguments), { baseCls: "bi-rich-editor-font-chooser bi-border bi-card", command: "FontName", - width: 50, - height: 20 + width: 100, + height: 24 }); }, diff --git a/src/case/richeditor/plugins/combo.sizechooser.js b/src/case/richeditor/plugins/combo.sizechooser.js index 5bd52f54d..5532c1b6e 100644 --- a/src/case/richeditor/plugins/combo.sizechooser.js +++ b/src/case/richeditor/plugins/combo.sizechooser.js @@ -11,7 +11,7 @@ BI.RichEditorSizeChooser = BI.inherit(BI.RichEditorAction, { baseCls: "bi-rich-editor-size-chooser bi-border bi-card", command: "FontSize", width: 50, - height: 20 + height: 24 }); },