From fadfc6c545354c311134f122665f7cc883a5e640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=A2=A6=E8=BF=9C?= <1063331231@qq.com> Date: Fri, 11 Jul 2025 09:49:09 +0800 Subject: [PATCH] =?UTF-8?q?home=E9=A1=B5=E9=9D=A2=E6=B0=94=E8=B7=AF?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E5=B0=BD=E5=9C=A8=E6=8B=89=E6=9D=86=E7=AE=B1?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=20=E8=B0=83=E6=95=B4=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E9=80=9A=E9=81=93=E7=9A=84=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index df6374e..6520354 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -113,10 +113,8 @@ const deviceType = computed(() => {
@@ -130,13 +128,13 @@ const deviceType = computed(() => {

当前通道:{{ gasStore.currentChannel === gasStore.channelSwitcherMap[0] ? '降解通道' : gasStore.currentChannel === gasStore.channelSwitcherMap[1] ? '消毒通道' : '除湿通道' }}

- + 降解通道 - + 消毒通道 - + 除湿通道
@@ -288,7 +286,7 @@ $input-height: 3rem; padding: 5px 0; } .el-button { - background-color: #2892f3 !important; +/* background-color: #2892f3 !important;*/ } .card-center-1 { grid-column: 1 / -1; // 占据整行