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