redo
This commit is contained in:
parent
a58525874d
commit
e46d3481b0
@ -50,7 +50,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="!isSearch" class="app-layout-chat-left-sidenav-chat-list">
|
<div *ngIf="!isSearch" class="app-layout-chat-left-sidenav-chat-list">
|
||||||
<!-- <perfect-scrollbar fxFlex="1 1 auto">
|
<perfect-scrollbar fxFlex="1 1 auto">
|
||||||
<ucap-room-list-item
|
<ucap-room-list-item
|
||||||
*ngFor="let room of roomList"
|
*ngFor="let room of roomList"
|
||||||
[loginRes]="loginRes"
|
[loginRes]="loginRes"
|
||||||
@ -61,8 +61,8 @@
|
|||||||
(contextmenu)="onContextMenuChat($event, room)"
|
(contextmenu)="onContextMenuChat($event, room)"
|
||||||
>
|
>
|
||||||
</ucap-room-list-item>
|
</ucap-room-list-item>
|
||||||
</perfect-scrollbar> -->
|
</perfect-scrollbar>
|
||||||
<cdk-virtual-scroll-viewport itemSize="40" perfectScrollbar fxFlexFill>
|
<!-- <cdk-virtual-scroll-viewport itemSize="40" perfectScrollbar fxFlexFill>
|
||||||
<ucap-room-list-item
|
<ucap-room-list-item
|
||||||
*cdkVirtualFor="let room of roomList"
|
*cdkVirtualFor="let room of roomList"
|
||||||
[loginRes]="loginRes"
|
[loginRes]="loginRes"
|
||||||
@ -73,7 +73,7 @@
|
|||||||
(contextmenu)="onContextMenuChat($event, room)"
|
(contextmenu)="onContextMenuChat($event, room)"
|
||||||
>
|
>
|
||||||
</ucap-room-list-item>
|
</ucap-room-list-item>
|
||||||
</cdk-virtual-scroll-viewport>
|
</cdk-virtual-scroll-viewport> -->
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="!!isSearch" class="app-layout-chat-left-sidenav-chat-list search">
|
<div *ngIf="!!isSearch" class="app-layout-chat-left-sidenav-chat-list search">
|
||||||
<perfect-scrollbar fxFlex="1 1 auto">
|
<perfect-scrollbar fxFlex="1 1 auto">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user