bug fixed

This commit is contained in:
병준 박 2019-11-26 10:52:50 +09:00
parent abfeaa4dc9
commit d053db400f

View File

@ -41,8 +41,11 @@
</mat-checkbox>
</dd>
</dl>
<div *ngIf="selectedDepartmentProcessing">
<mat-progress-bar mode="indeterminate"></mat-progress-bar>
<div style="height: 3px;">
<mat-progress-bar
*ngIf="selectedDepartmentProcessing"
mode="indeterminate"
></mat-progress-bar>
</div>
<div *ngIf="!isShowSearch" class="search-list">
<cdk-virtual-scroll-viewport