feat: 新增 border 样式修改,修改全部设置引入方式

This commit is contained in:
MTrun
2022-03-26 15:36:52 +08:00
parent 822fbbcd24
commit caa403a8dc
11 changed files with 63 additions and 30 deletions
+4 -1
View File
@@ -83,5 +83,8 @@ export const chartColorsSearch = {
}
// 默认主题详细配置
export type GlobalThemeJsonType = typeof themeJson
type ThemeJsonType = typeof themeJson
export interface GlobalThemeJsonType extends Partial<ThemeJsonType> {
[T:string]: any
}
export const globalThemeJson = themeJson