유저선택 팝업 scss 수정.

This commit is contained in:
leejinho 2019-11-19 11:41:39 +09:00
parent 289f52be70
commit 0ce3dac5a8
2 changed files with 37 additions and 31 deletions
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%;
}