feat(userManagement): 设备成员管理接入成员列表接口与同步标记
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
f750d15150
commit
a80a5cd939
@@ -13,7 +13,7 @@
|
||||
|
||||
.device-card {
|
||||
width: 100%;
|
||||
padding: 30rpx;
|
||||
padding: 30rpx 24rpx;
|
||||
display: flex;
|
||||
border-radius: 24rpx;
|
||||
background-color: #FFFFFF;
|
||||
@@ -24,9 +24,8 @@
|
||||
width: 88rpx;
|
||||
height: 88rpx;
|
||||
overflow: hidden;
|
||||
margin-right: 24rpx;
|
||||
margin-right: 20rpx;
|
||||
border-radius: 24rpx;
|
||||
background-color: #1385FA;
|
||||
}
|
||||
|
||||
.device-info {
|
||||
@@ -49,35 +48,57 @@
|
||||
}
|
||||
|
||||
.device-status {
|
||||
height: 40rpx;
|
||||
display: flex;
|
||||
padding: 0 16rpx;
|
||||
border-radius: 20rpx;
|
||||
align-items: center;
|
||||
background-color: #EAFAF6;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
.status-dot {
|
||||
width: 12rpx;
|
||||
height: 12rpx;
|
||||
border-radius: 50%;
|
||||
background-color: #2AC79F;
|
||||
margin-right: 8rpx;
|
||||
.device-status_ {
|
||||
height: 40rpx;
|
||||
padding: 0 16rpx;
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
align-items: center;
|
||||
border-radius: 20rpx;
|
||||
overflow: hidden;
|
||||
background-color: #F2F3F6;
|
||||
|
||||
.status-dot {
|
||||
width: 12rpx;
|
||||
height: 12rpx;
|
||||
border-radius: 50%;
|
||||
background-color: #77849E;
|
||||
margin-right: 8rpx;
|
||||
}
|
||||
|
||||
.status-text {
|
||||
color: #77849E;
|
||||
height: 22rpx;
|
||||
font-size: 22rpx;
|
||||
line-height: 22rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.status-text {
|
||||
color: #2AC79F;
|
||||
height: 22rpx;
|
||||
font-size: 22rpx;
|
||||
line-height: 22rpx;
|
||||
.connected {
|
||||
background-color: #EAFAF6 !important;
|
||||
|
||||
.status-dot {
|
||||
background-color: #2AC79F !important;
|
||||
}
|
||||
|
||||
.status-text {
|
||||
color: #2AC79F !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.device-meta {
|
||||
color: #808080;
|
||||
height: 26rpx;
|
||||
font-size: 26rpx;
|
||||
line-height: 26rpx;
|
||||
height: 24rpx;
|
||||
font-size: 24rpx;
|
||||
line-height: 24rpx;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -176,6 +197,11 @@
|
||||
overflow: hidden;
|
||||
border-radius: 24rpx;
|
||||
margin-right: 24rpx;
|
||||
color: #252535;
|
||||
font-size: 40rpx;
|
||||
font-weight: bold;
|
||||
line-height: 88rpx;
|
||||
text-align: center;
|
||||
|
||||
&.member-avatar--male {
|
||||
background-color: #C6E6FF;
|
||||
|
||||
Reference in New Issue
Block a user