feat(userManagement): 成员列表增加已删除状态展示
- delFlag=1 的成员显示「已删除」红色状态 - 已删除成员卡片半透明 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
dbb2ab8423
commit
9a307783f9
@@ -187,6 +187,10 @@
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 24rpx;
|
||||
|
||||
&.member-card--deleted {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.member-top {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
@@ -291,6 +295,14 @@
|
||||
background-color: #F2994A;
|
||||
}
|
||||
}
|
||||
|
||||
&.member-sync--deleted {
|
||||
color: #F24439;
|
||||
|
||||
> view:nth-of-type(1) {
|
||||
background-color: #F24439;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user