progress-bar is modified

This commit is contained in:
병준 박 2019-11-26 13:57:37 +09:00
parent 5cc74eb11e
commit 4582a25219

View File

@ -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