From a245b0662b29ac8f1602611641d08fd7667568bd 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 10:13:31 +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=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 6fe3e68..f38e2aa 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -131,15 +131,17 @@ const deviceType = computed(() => { 离线 +

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

-

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

- + 降解通道 - + 消毒通道 - + 除湿通道
@@ -352,7 +354,7 @@ $input-height: 3rem; .btn-box { flex: 1; display: flex; - flex-direction: column; + flex-direction: row; justify-content: center; align-items: center; gap: 20px;