improve text size settings

This commit is contained in:
MaysWind
2023-06-14 00:46:44 +08:00
parent 27f2f9f13a
commit 171b8afa8e
19 changed files with 354 additions and 118 deletions
+3 -1
View File
@@ -40,9 +40,11 @@ const allFontSizeArray = [
];
const defaultFontSize = allFontSize.Default;
const fontSizePreviewClassNamePrefix = 'preview-';
export default {
allFontSize: allFontSize,
allFontSizeArray: allFontSizeArray,
defaultFontSize: defaultFontSize
defaultFontSize: defaultFontSize,
fontSizePreviewClassNamePrefix: fontSizePreviewClassNamePrefix
};