class변경

This commit is contained in:
khk 2019-10-24 10:16:08 +09:00
parent a341f6df73
commit ed1296354e

View File

@ -16,7 +16,7 @@
<div *ngIf="selectedDepartmentProcessing">
<mat-progress-bar mode="indeterminate"></mat-progress-bar>
</div>
<div class="select-list">
<div class="search-list">
<ucap-profile-user-list-item
*ngFor="let userInfo of selectedDepartmentUserInfoList$ | async"
[userInfo]="userInfo"