fix(device): 修复设备切换连接订阅累积与自动重连,连接后更新缓存

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-08-24 17:06:27 +08:00
co-authored by Claude Sonnet 4.6
parent 6ffda3f3f3
commit f750d15150
4 changed files with 120 additions and 25 deletions
+8 -9
View File
@@ -128,7 +128,6 @@
overflow: hidden;
margin-right: 24rpx;
border-radius: 24rpx;
background-color: #1385FA;
}
.device-info {
@@ -187,17 +186,17 @@
font-size: 22rpx;
line-height: 22rpx;
}
}
&.connected {
background-color: #EAFAF6;
.connected {
background-color: #EAFAF6 !important;
&.status-dot {
background-color: #2AC79F;
}
.status-dot {
background-color: #2AC79F !important;
}
&.status-text {
color: #2AC79F;
}
.status-text {
color: #2AC79F !important;
}
}
}