|
|
@ -166,10 +166,10 @@ defineExpose({ |
|
|
|
<span>{{ data.temperature || '--' }}</span> |
|
|
|
<span>℃</span> |
|
|
|
</span> |
|
|
|
<span v-show="data.heatingType === 'warm_up'" style="color: #ee290f ">预热中</span> |
|
|
|
<span v-show="data.heatingType === 'thermostatic'" style="color: #FE0A0A ">加热中</span> |
|
|
|
<span v-show="data.heatingType === 'constant'" style="color: green ">恒温中</span> |
|
|
|
<span v-show="data.fanOpen" style="color: blue ">降温中</span> |
|
|
|
<span v-show="data.heatingType === 'warm_up'" style="color: #FF4500 ">预热中</span> |
|
|
|
<span v-show="data.heatingType === 'thermostatic'" style="color: #FF4500 ">加热中</span> |
|
|
|
<span v-show="data.heatingType === 'constant'" style="color: #F0E5DE ">恒温中</span> |
|
|
|
<span v-show="data.fanOpen" style="color: #6CD3FF ">降温中</span> |
|
|
|
</div> |
|
|
|
<div v-if="numList.find(item => item.heatModuleCode === data.moduleCode)?.countdownStr" style="text-align: center;font-size: 12px;color:#FE0A0A "> |
|
|
|
{{ numList.find(item => item.heatModuleCode === data.moduleCode)?.countdownStr }} |
|
|
@ -215,13 +215,13 @@ defineExpose({ |
|
|
|
color: #4D6882; |
|
|
|
} |
|
|
|
.tube-item-heat { |
|
|
|
background: #FE0A0A !important; |
|
|
|
background: #FF4500 !important; |
|
|
|
} |
|
|
|
.tube-item-fan { |
|
|
|
background: blue !important; |
|
|
|
background: #6CD3FF !important; |
|
|
|
} |
|
|
|
.tube-item-constant { |
|
|
|
background: #14A656 !important; |
|
|
|
background: #F0E5DE !important; |
|
|
|
} |
|
|
|
.tube-item { |
|
|
|
padding: 5px; |
|
|
|