유저선택 팝업 scss 수정.
This commit is contained in:
parent
289f52be70
commit
0ce3dac5a8
projects/ucap-webmessenger-app/src/app/layouts/messenger/dialogs/chat
@ -85,6 +85,7 @@
|
||||
[isChecked]="getCheckedUser(userInfo)"
|
||||
[checkable]="true"
|
||||
(checkUser)="onCheckUser($event)"
|
||||
class="list-item-frame"
|
||||
>
|
||||
</ucap-profile-user-list-item>
|
||||
</ucap-group-expansion-panel>
|
||||
|
@ -102,3 +102,8 @@
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.list-item-frame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user