Commit 357e5403 authored by 涂伟's avatar 涂伟

feat: '中国水务主题色修改'

parent ac0d34bb
......@@ -56,8 +56,8 @@ const colorList = [
},
{
key: '中国水务',
color: '#009C74',
headerColor: 'linear-gradient(0deg, #048373 0%, #24AE9D 100%)',
color: '#009A3E',
headerColor: '#009A3E',
},
];
......@@ -320,7 +320,7 @@ export default props => {
// return;
// }
validate.topMenu = checkedList.toString();
validate.navTheme = validate.primaryColor === '#009C74' ? 'chinaWater' : visibleChecked ? 'light' : 'dark';
validate.navTheme = validate.primaryColor === '#009A3E' ? 'chinaWater' : visibleChecked ? 'light' : 'dark';
validate.CloudStyle = visibleChecked1 ? '是' : '否';
validate.messageMarking = visibleChecked3 ? 'All' : 'One';
validate.menuState = visibleChecked5 ? 'open' : 'close';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment