mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-28 03:09:24 +08:00
修改电量单位, 修改标题字体加粗
This commit is contained in:
@@ -200,6 +200,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.title{
|
.title{
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
|
font-weight: 600;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ export default {
|
|||||||
dataKey: 'chargeDischarge',
|
dataKey: 'chargeDischarge',
|
||||||
yAxisOption:[
|
yAxisOption:[
|
||||||
{
|
{
|
||||||
name: '电量(kW·h)',
|
name: '电量(kWh)',
|
||||||
type: 'value',
|
type: 'value',
|
||||||
nameTextStyle: { color: '#fff' },
|
nameTextStyle: { color: '#fff' },
|
||||||
splitLine: { lineStyle: { type: 'dashed', color: '#435463' } },
|
splitLine: { lineStyle: { type: 'dashed', color: '#435463' } },
|
||||||
@@ -80,7 +80,7 @@ export default {
|
|||||||
dataKey: 'chargeDischarge',
|
dataKey: 'chargeDischarge',
|
||||||
yAxisOption:[
|
yAxisOption:[
|
||||||
{
|
{
|
||||||
name: '电量(kW·h)',
|
name: '电量(kWh)',
|
||||||
type: 'value',
|
type: 'value',
|
||||||
nameTextStyle: { color: '#fff' },
|
nameTextStyle: { color: '#fff' },
|
||||||
splitLine: { lineStyle: { type: 'dashed', color: '#435463' } },
|
splitLine: { lineStyle: { type: 'dashed', color: '#435463' } },
|
||||||
@@ -101,13 +101,10 @@ export default {
|
|||||||
color: '#00FDF9' // 充电电量线条颜色
|
color: '#00FDF9' // 充电电量线条颜色
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
||||||
title: '光伏发电预测',
|
title: '光伏发电预测',
|
||||||
type: 'line',
|
type: 'line',
|
||||||
smooth:false,
|
smooth:false,
|
||||||
@@ -185,8 +182,6 @@ export default {
|
|||||||
xdata:[],
|
xdata:[],
|
||||||
ydata:{}
|
ydata:{}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|||||||
Reference in New Issue
Block a user