From 1126b489ac92cc5e4edd1a5c50752c67accafa95 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Wed, 4 Jun 2025 01:45:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=98=E7=9B=98=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/Tube/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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;