perf: improve flowChart logic

This commit is contained in:
Vben
2021-04-17 18:36:49 +08:00
parent 2576735ade
commit e1bc33f5c5
44 changed files with 416 additions and 780 deletions

View File

@@ -32,5 +32,6 @@ export function generateModifyVars(dark = false) {
'font-size-base': '14px', // Main font size
'border-radius-base': '2px', // Component/float fillet
'link-color': primary, // Link color
'content-background': '#fafafa', // Link color
};
}