mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增 border 样式修改,修改全部设置引入方式
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user