diff --git a/src/components/home/Tube/index.vue b/src/components/home/Tube/index.vue
index fc4d233..a928a8e 100644
--- a/src/components/home/Tube/index.vue
+++ b/src/components/home/Tube/index.vue
@@ -166,10 +166,10 @@ defineExpose({
{{ data.temperature || '--' }}
℃
- 预热中
- 加热中
- 恒温中
- 降温中
+ 预热中
+ 加热中
+ 恒温中
+ 降温中
{{ 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;