fix:修改新风图例位置 能耗告警去掉间隔时长
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user