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