From b3f8232f3732c09aa31cfc73b4ad8311911b4e82 Mon Sep 17 00:00:00 2001 From: fay Date: Thu, 12 Jul 2018 10:25:54 +0800 Subject: [PATCH] update --- src/case/richeditor/plugins/combo.fontfamily.js | 4 ++-- src/case/richeditor/plugins/combo.sizechooser.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }); },