chore: optimize the code of theme color; 🌟

This commit is contained in:
chenghongxing
2020-07-22 19:47:16 +08:00
parent ad0b2bda34
commit a62c293e42
6 changed files with 23 additions and 8 deletions

View File

@@ -4,6 +4,9 @@ module.exports = {
theme: { //主题
color: '#1890ff', //主题色
mode: 'dark', //主题模式 可选 dark、 light 和 night
success: '#52c41a', //成功色
warning: '#faad14', //警告色
error: '#f5222d', //错误色
},
layout: 'side', //导航布局,可选 side 和 head分别为侧边导航和顶部导航
fixedHeader: false, //固定头部状态栏true:固定false:不固定