vben
2020-11-12 d9b19600304227a8471ac9aac65af31aa1b8e113
提交 | 用户 | age
7692ff 1 // header preset color
V 2 export const HEADER_PRESET_BG_COLOR_LIST: string[] = [
3   '#ffffff',
4   '#009688',
5   '#18bc9c',
6   '#1E9FFF',
7   '#018ffb',
8   '#409eff',
9   '#4e73df',
10   '#e74c3c',
11   '#f39c12',
12   '#394664',
13   '#001529',
14 ];
15
16 // sider preset color
17 export const SIDE_BAR_BG_COLOR_LIST: string[] = [
18   '#273352',
19   '#ffffff',
20   '#001529',
21   '#304156',
22   '#28333E',
23   '#344058',
24 ];