fix(device): 修复设备切换连接订阅累积与自动重连,连接后更新缓存
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
6ffda3f3f3
commit
f750d15150
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user