diff --git a/src/views/home/index.vue b/src/views/home/index.vue index f38e2aa..8893acd 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -107,7 +107,11 @@ const deviceType = computed(() => { >
- +
@@ -132,16 +133,37 @@ const deviceType = computed(() => {

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

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