From 1a9a231d1a2e332b762804ec907527c884ec08f2 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Tue, 19 Jun 2018 14:12:44 +0800 Subject: [PATCH] BI-24044 --- dist/bundle.js | 6 +++--- dist/case.js | 6 +++--- dist/fineui.js | 6 +++--- src/case/richeditor/plugins/combo.fontfamily.js | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dist/bundle.js b/dist/bundle.js index e19da8cc7..2d4eab5bb 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -84002,13 +84002,13 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd el: { type: "bi.button_group", items: BI.createItems([{ - value: "Microsoft YaHei", + value: "MicrosoftYaHei", text: BI.i18nText("BI-Microsoft_YaHei") }, { - value: "PingFangSC-Light !important", + value: "PingFangSC-Light", text: BI.i18nText("BI-Apple_Light") }, { - value: "arial", + value: "ArialMT", text: "Arial" }, { value: "Verdana", diff --git a/dist/case.js b/dist/case.js index eb88bc8ee..a73d2eb8a 100644 --- a/dist/case.js +++ b/dist/case.js @@ -11532,13 +11532,13 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd el: { type: "bi.button_group", items: BI.createItems([{ - value: "Microsoft YaHei", + value: "MicrosoftYaHei", text: BI.i18nText("BI-Microsoft_YaHei") }, { - value: "PingFangSC-Light !important", + value: "PingFangSC-Light", text: BI.i18nText("BI-Apple_Light") }, { - value: "arial", + value: "ArialMT", text: "Arial" }, { value: "Verdana", diff --git a/dist/fineui.js b/dist/fineui.js index 73bff58a1..a9b6bb1fa 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -84245,13 +84245,13 @@ BI.shortcut("bi.rich_editor_color_chooser", BI.RichEditorColorChooser);BI.RichEd el: { type: "bi.button_group", items: BI.createItems([{ - value: "Microsoft YaHei", + value: "MicrosoftYaHei", text: BI.i18nText("BI-Microsoft_YaHei") }, { - value: "PingFangSC-Light !important", + value: "PingFangSC-Light", text: BI.i18nText("BI-Apple_Light") }, { - value: "arial", + value: "ArialMT", text: "Arial" }, { value: "Verdana", diff --git a/src/case/richeditor/plugins/combo.fontfamily.js b/src/case/richeditor/plugins/combo.fontfamily.js index d8ea17646..0ac206625 100644 --- a/src/case/richeditor/plugins/combo.fontfamily.js +++ b/src/case/richeditor/plugins/combo.fontfamily.js @@ -29,13 +29,13 @@ BI.RichEditorFontChooser = BI.inherit(BI.RichEditorAction, { el: { type: "bi.button_group", items: BI.createItems([{ - value: "Microsoft YaHei", + value: "MicrosoftYaHei", text: BI.i18nText("BI-Microsoft_YaHei") }, { - value: "PingFangSC-Light !important", + value: "PingFangSC-Light", text: BI.i18nText("BI-Apple_Light") }, { - value: "arial", + value: "ArialMT", text: "Arial" }, { value: "Verdana",