feat: add JsonPreview component

This commit is contained in:
Vben
2021-04-17 18:51:19 +08:00
parent a812685084
commit 0649011eba
14 changed files with 89 additions and 266 deletions

View File

@@ -53,7 +53,7 @@ export function configThemePlugin(isBuild: boolean): Plugin[] {
'border-color-base': '#303030',
// 'border-color-split': '#30363d',
'item-active-bg': '#111b26',
'content-background': '#ffffff0a', // Link color
'app-content-background': 'rgb(255 255 255 / 4%)',
},
}),
];