This commit is contained in:
zhaotiantian
2023-11-28 10:35:47 +08:00
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -143,7 +143,8 @@ export function createChartOption({ icons }) {
color: '#fff', color: '#fff',
}, },
itemStyle: { itemStyle: {
areaColor: '#008CFF', // areaColor: '#008CFF',
areaColor: '#002e64',
}, },
}, },
}, },
+2 -2
View File
@@ -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%;
} }
} }
} }