bug fixed
This commit is contained in:
parent
abfeaa4dc9
commit
d053db400f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user