321
This commit is contained in:
parent
e9be686713
commit
570ebbc006
|
|
@ -10,7 +10,7 @@
|
|||
</el-avatar>
|
||||
<div class="user-detail">
|
||||
<div class="nickname">{{ row.nickname || '-' }}</div>
|
||||
<div class="uid">UID: {{ row.id }}</div>
|
||||
<div class="user-id">ID: {{ row.id }}</div>
|
||||
<div class="mobile" v-if="row.mobile">{{ row.mobile }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -232,9 +232,10 @@ const handleCommand = (command: string, row: UserListItem) => {
|
|||
font-weight: 500;
|
||||
}
|
||||
|
||||
.uid {
|
||||
.user-id {
|
||||
font-size: 12px;
|
||||
color: #909399;
|
||||
color: #409eff;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.mobile {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user