mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 19:41:37 +08:00
bug: fix the problem that the error color be changed when toggle theme color; 🐛
修复:切换主题色时,错误色被改变的bug;
This commit is contained in:
parent
a4b0785f0f
commit
3a7c51cd8a
@ -6,7 +6,7 @@ module.exports = {
|
||||
mode: 'dark', //主题模式 可选 dark、 light 和 night
|
||||
success: '#52c41a', //成功色
|
||||
warning: '#faad14', //警告色
|
||||
error: '#f5222d', //错误色
|
||||
error: '#f5222f', //错误色
|
||||
},
|
||||
layout: 'side', //导航布局,可选 side 和 head,分别为侧边导航和顶部导航
|
||||
fixedHeader: false, //固定头部状态栏,true:固定,false:不固定
|
||||
|
Loading…
x
Reference in New Issue
Block a user