update
This commit is contained in:
@@ -143,7 +143,8 @@ export function createChartOption({ icons }) {
|
|||||||
color: '#fff',
|
color: '#fff',
|
||||||
},
|
},
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
areaColor: '#008CFF',
|
// areaColor: '#008CFF',
|
||||||
|
areaColor: '#002e64',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -300,14 +300,14 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
color: #29f1fa;
|
color: #29f1fa;
|
||||||
background: url('/@/assets/img/tab-default.png') no-repeat;
|
background: url('/@/assets/img/tab-default.png') no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100% 100%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: url('/@/assets/img/tab-active.png') no-repeat;
|
background: url('/@/assets/img/tab-active.png') no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user