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