fix:修改新风图例位置 能耗告警去掉间隔时长

This commit is contained in:
zhaohy
2024-08-22 14:16:35 +08:00
parent a57c3d5b6c
commit 0009360d9f
7 changed files with 35 additions and 78 deletions

View File

@@ -26,10 +26,10 @@
<div style="margin-top: 4px"> {{ dataSource.type === '地暖' ? '设置' : '风量' }} </div>
<div style="margin-top: -5px">
<span style="font-size: 18px; color: #0dffff; font-style: italic">
{{ dataSource.type === '地暖' ? dataSource.setUpNumber : dataSource.airVol }}
{{ dataSource.type === '地暖' ? dataSource.temp : dataSource.airVol }}
</span>
<span style="font-size: 10px; margin-left: 5px">{{
dataSource.type === '地暖' ? '℃' : dataSource.airVolUnit
dataSource.type === '地暖' ? dataSource.tempUnit : dataSource.airVolUnit
}}</span>
</div>
</div>