修改报表样式

This commit is contained in:
guanj
2025-12-09 13:58:37 +08:00
parent 4e0db29ab1
commit 4e6bd55089
13 changed files with 39 additions and 37 deletions

View File

@@ -88,7 +88,7 @@ const myChartess5 = ref<echarts.ECharts | null>(null)
const vh = computed(() => {
if (props.parentHeight == 999) {
return '310px'
return `calc((60vh - 150px) / 2 )`
} else if (props.parentHeight != 0) {
return mainHeight(props.parentHeight, 2).height
}
@@ -334,7 +334,7 @@ const initWave = (
$(`#${waveId}`).css('height', picHeight).css('width', vw.value)
}
} else {
titleText = `变电站名称:${subName.value} 监测点名称:${lineName.value} 发生时刻:${time} 残余电压${(
titleText = `变电站名称:${subName.value} 监测点名称:${lineName.value} 发生时刻:${time} 暂降(骤升)幅值${(
Number(eventValue.value) * 1
).toFixed(0)}% 持续时间:${persistTime.value}s`
}