fay 6 years ago
parent
commit
38bcc9ed1a
  1. 4
      dist/_fineui.min.js
  2. 6
      dist/bundle.js
  3. 4
      dist/bundle.min.js
  4. 6
      dist/case.js
  5. 6
      dist/fineui.js
  6. 4
      dist/fineui.min.js

4
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/bundle.js vendored

@ -84096,8 +84096,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
});
},
@ -84169,7 +84169,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
});
},

4
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

6
dist/case.js vendored

@ -11536,8 +11536,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
});
},
@ -11609,7 +11609,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
});
},

6
dist/fineui.js vendored

@ -84345,8 +84345,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
});
},
@ -84418,7 +84418,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
});
},

4
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save