progress-bar is modified
This commit is contained in:
parent
5cc74eb11e
commit
4582a25219
|
@ -41,11 +41,13 @@
|
|||
</mat-checkbox>
|
||||
</dd>
|
||||
</dl>
|
||||
<div style="height: 3px;">
|
||||
<mat-progress-bar
|
||||
<div style="position: relative;">
|
||||
<div
|
||||
*ngIf="selectedDepartmentProcessing"
|
||||
mode="indeterminate"
|
||||
></mat-progress-bar>
|
||||
style="position: absolute; width: 100%;"
|
||||
>
|
||||
<mat-progress-bar mode="indeterminate"></mat-progress-bar>
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="!isShowSearch" class="search-list">
|
||||
<cdk-virtual-scroll-viewport
|
||||
|
|
Loading…
Reference in New Issue
Block a user