Commit 9bf24c7b authored by yating.lin's avatar yating.lin

页面微调

parent 609b6878
......@@ -41,7 +41,7 @@
<ion-col>
<div style="display: inline-block; float:left;">
<!-- 1-异常,0-正常 -->
<img *ngIf="bump.alarm === 0" src="../../assets/img/model-on.png" class="modelState" style="margin-right: 0px;">
<img *ngIf="!bump.alarm || bump.alarm === 0" src="../../assets/img/model-on.png" class="modelState" style="margin-right: 0px;">
<img *ngIf="bump.alarm === 1" src="../../assets/img/model-alarm.png" class="modelState" style="margin-right: 0px;">
</div>
<div style="display: inline-block; float:left; padding-top: 2px;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment