Browse Source

bug修正

master
x_ying 3 years ago
parent
commit
4defac3387
  1. 11
      src/views/system/archiveStatistics/module/lineEchart.vue

11
src/views/system/archiveStatistics/module/lineEchart.vue

@ -26,6 +26,15 @@ export default {
top: '8%',
containLabel: true
},
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'cross',
label: {
backgroundColor: '#339cff'
}
}
},
xAxis: {
type: 'category',
axisLine: {// 线
@ -119,6 +128,6 @@ export default {
#main3 {
width: 100%;
height:257px;
color: rgb(51, 156, 255);
// color: #339cff;
}
</style>
Loading…
Cancel
Save