@@ -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]
+ ? '消毒通道'
+ : '除湿通道'
+ }}
- selectChannel(gasStore.channelSwitcherMap[0], '降解通道')">
+ selectChannel(gasStore.channelSwitcherMap[0], '降解通道')"
+ >
降解通道
- selectChannel(gasStore.channelSwitcherMap[1], '消毒通道')">
+ selectChannel(gasStore.channelSwitcherMap[1], '消毒通道')"
+ >
消毒通道
- selectChannel(gasStore.channelSwitcherMap[2], '除湿通道')">
+ selectChannel(gasStore.channelSwitcherMap[2], '除湿通道')"
+ >
除湿通道
@@ -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; // 占据整行