유저선택 팝업 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

View File

@ -85,6 +85,7 @@
[isChecked]="getCheckedUser(userInfo)" [isChecked]="getCheckedUser(userInfo)"
[checkable]="true" [checkable]="true"
(checkUser)="onCheckUser($event)" (checkUser)="onCheckUser($event)"
class="list-item-frame"
> >
</ucap-profile-user-list-item> </ucap-profile-user-list-item>
</ucap-group-expansion-panel> </ucap-group-expansion-panel>

View File

@ -102,3 +102,8 @@
height: 100%; height: 100%;
} }
} }
.list-item-frame {
width: 100%;
height: 100%;
}