# 이슈처리 235
This commit is contained in:
parent
08f03b7043
commit
a8beb2966e
|
@ -52,23 +52,25 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="result-num">
|
||||
{{ 'common.searchResult' | translate
|
||||
}}<span class="text-accent-color"
|
||||
>({{ searchUserInfos.length
|
||||
}}{{ 'common.units.persons' | translate }})</span
|
||||
<perfect-scrollbar fxFlex="1 1 auto">
|
||||
<div class="result-num">
|
||||
{{ 'common.searchResult' | translate
|
||||
}}<span class="text-accent-color"
|
||||
>({{ searchUserInfos.length
|
||||
}}{{ 'common.units.persons' | translate }})</span
|
||||
>
|
||||
</div>
|
||||
<ucap-profile-user-list-item
|
||||
*ngFor="let userInfo of searchUserInfos"
|
||||
[userInfo]="userInfo"
|
||||
[presence]="getStatusBulkInfo(userInfo) | async"
|
||||
[sessionVerinfo]="sessionVerinfo"
|
||||
(click)="onSelectBuddy(userInfo)"
|
||||
(openProfile)="onClickOpenProfile($event)"
|
||||
(contextmenu)="onContextMenuProfile($event, userInfo, null, true)"
|
||||
>
|
||||
</div>
|
||||
<ucap-profile-user-list-item
|
||||
*ngFor="let userInfo of searchUserInfos"
|
||||
[userInfo]="userInfo"
|
||||
[presence]="getStatusBulkInfo(userInfo) | async"
|
||||
[sessionVerinfo]="sessionVerinfo"
|
||||
(click)="onSelectBuddy(userInfo)"
|
||||
(openProfile)="onClickOpenProfile($event)"
|
||||
(contextmenu)="onContextMenuProfile($event, userInfo, null, true)"
|
||||
>
|
||||
</ucap-profile-user-list-item>
|
||||
</ucap-profile-user-list-item>
|
||||
</perfect-scrollbar>
|
||||
</div>
|
||||
|
||||
<mat-menu #groupMenu="matMenu" xPosition="after" yPosition="below">
|
||||
|
|
|
@ -137,26 +137,28 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="result-num">
|
||||
{{ 'common.searchResult' | translate }}
|
||||
<span class="text-accent-color">
|
||||
({{ searchUserInfos.length
|
||||
}}{{ 'common.units.persons' | translate }})
|
||||
</span>
|
||||
</div>
|
||||
<ucap-profile-user-list-item
|
||||
*ngFor="let userInfo of searchUserInfos"
|
||||
[userInfo]="userInfo"
|
||||
[showPresence]="false"
|
||||
[sessionVerinfo]="sessionVerinfo"
|
||||
[selectedUserList]="selectedUserList"
|
||||
[isChecked]="getCheckedUser(userInfo)"
|
||||
[checkable]="userInfo.seq !== loginRes.userSeq"
|
||||
[checkDisabled]="!getCheckableUser(userInfo)"
|
||||
(checkUser)="onCheckUser($event)"
|
||||
(click)="onToggleUser(userInfo)"
|
||||
>
|
||||
</ucap-profile-user-list-item>
|
||||
<perfect-scrollbar fxFlex="1 1 auto">
|
||||
<div class="result-num">
|
||||
{{ 'common.searchResult' | translate }}
|
||||
<span class="text-accent-color">
|
||||
({{ searchUserInfos.length
|
||||
}}{{ 'common.units.persons' | translate }})
|
||||
</span>
|
||||
</div>
|
||||
<ucap-profile-user-list-item
|
||||
*ngFor="let userInfo of searchUserInfos"
|
||||
[userInfo]="userInfo"
|
||||
[showPresence]="false"
|
||||
[sessionVerinfo]="sessionVerinfo"
|
||||
[selectedUserList]="selectedUserList"
|
||||
[isChecked]="getCheckedUser(userInfo)"
|
||||
[checkable]="userInfo.seq !== loginRes.userSeq"
|
||||
[checkDisabled]="!getCheckableUser(userInfo)"
|
||||
(checkUser)="onCheckUser($event)"
|
||||
(click)="onToggleUser(userInfo)"
|
||||
>
|
||||
</ucap-profile-user-list-item>
|
||||
</perfect-scrollbar>
|
||||
</div>
|
||||
</div>
|
||||
<ng-template
|
||||
|
|
|
@ -46,7 +46,8 @@
|
|||
.dialog-tab-grouplist {
|
||||
height: 380px;
|
||||
width: 100%;
|
||||
.group {
|
||||
.group,
|
||||
.search-result {
|
||||
width: 100%;
|
||||
height: calc(100% - 50px);
|
||||
&-expansion {
|
||||
|
|
Loading…
Reference in New Issue
Block a user