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