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; // 占据整行