diff --git a/src/views/3DOverview/components/DianChart.vue b/src/views/3DOverview/components/DianChart.vue index b345a8a..d1ef952 100644 --- a/src/views/3DOverview/components/DianChart.vue +++ b/src/views/3DOverview/components/DianChart.vue @@ -57,7 +57,7 @@ export default { textStyle: { color: '#fff9', fontSize: 8 - }, + } // data: ['ABC三相电压/v', 'ABC三相电流/a', '电缆温度'] }, grid: { @@ -83,7 +83,7 @@ export default { yAxis: [ { name: '电流/A', - nameTextStyle: { align: 'right', fontSize: 8 }, + nameTextStyle: { align: 'right', fontSize: 9, color: '#fff9' }, type: 'value', splitNumber: 4, onZero: true, @@ -93,10 +93,14 @@ export default { axisLine: { show: true, lineStyle: { - color: '#fff9', + color: '#5982B2', width: 1 } }, + axisLabel: { + color: '#fff9', + fontSize: 10 + }, splitLine: { show: false // lineStyle: { @@ -106,7 +110,7 @@ export default { }, { name: '电压/V', - nameTextStyle: { align: 'right', fontSize: 8 }, + nameTextStyle: { align: 'right', fontSize: 9, color: '#fff9' }, type: 'value', splitNumber: 4, axisTick: { show: false }, @@ -116,10 +120,14 @@ export default { axisLine: { show: true, lineStyle: { - color: '#fff9', + color: '#5982B2', width: 1 } }, + axisLabel: { + color: '#fff9', + fontSize: 10 + }, splitLine: { show: false // lineStyle: { @@ -129,7 +137,7 @@ export default { }, { name: '温度', - nameTextStyle: { align: 'left', color: '#fff9', fontSize: 8 }, + nameTextStyle: { align: 'left', color: '#fff9', fontSize: 9 }, axisTick: { show: false }, axisLine: { show: false, @@ -144,6 +152,10 @@ export default { lineStyle: { color: '#fff3' } + }, + axisLabel: { + color: '#fff9', + fontSize: 10 } } ], diff --git a/src/views/3DOverview/components/LeftContentPublicConsume.vue b/src/views/3DOverview/components/LeftContentPublicConsume.vue index b05c5ec..875eb18 100644 --- a/src/views/3DOverview/components/LeftContentPublicConsume.vue +++ b/src/views/3DOverview/components/LeftContentPublicConsume.vue @@ -27,8 +27,8 @@