|
@@ -2,6 +2,7 @@
|
|
|
export default {
|
|
|
color: [
|
|
|
{ name: 'blue', color: '#204DA0', label: '深蓝' },
|
|
|
+ { name: 'blue1', color: '#0D3253', label: '暗蓝' },
|
|
|
{ name: 'light-blue', color: '#409eff', label: '浅蓝' },
|
|
|
{ name: 'black1', color: '#2c3643', label: '黑色' },
|
|
|
],
|