Commit c2a67df6 authored by 涂伟's avatar 涂伟

feat: '主题色新增中国水务配置'

parent a9b0977e
Pipeline #93978 waiting for manual action with stages
......@@ -47,13 +47,18 @@ const colorList = [
{
key: '环保绿',
color: '#009C73',
headerColor: 'linear-gradient(0deg, #048373 0%, #024AE9D 100%)',
headerColor: 'linear-gradient(0deg, #00845D 0%, #02BF87 100%)',
},
{
key: '清澈蓝',
color: '#1890FF',
headerColor: '#1890FF',
},
{
key: '中国水务',
color: '#009C73',
headerColor: 'linear-gradient(0deg, #048373 0%, #024AE9D 100%)',
},
];
const { TextArea } = Input;
......
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