mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
save
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
</ion-list>
|
</ion-list>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="eventaprovacaostore.listmd.length == 0">
|
<div *ngIf="eventaprovacaostore.listmd.length == 0" class="centered-div">
|
||||||
<div *ngSwitchCase="'MDGPR'" >
|
<div *ngSwitchCase="'MDGPR'" >
|
||||||
<div class="d-flex height-90 align-center justify-content-center"
|
<div class="d-flex height-90 align-center justify-content-center"
|
||||||
>
|
>
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="eventaprovacaostore.listpr.length == 0" class="d-flex height-90 align-center justify-content-center">
|
<div *ngIf="eventaprovacaostore.listpr.length == 0" class="centered-div d-flex height-90 align-center justify-content-center">
|
||||||
<div *ngSwitchCase="'PR'" >
|
<div *ngSwitchCase="'PR'" >
|
||||||
<div class="d-flex align-center justify-content-center"
|
<div class="d-flex align-center justify-content-center"
|
||||||
*ngIf="eventaprovacaostore.listpr.length < 1">
|
*ngIf="eventaprovacaostore.listpr.length < 1">
|
||||||
|
|||||||
@@ -221,3 +221,12 @@
|
|||||||
float: right;
|
float: right;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.centered-div{
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
margin: -35px 0 0 -35px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
</ion-list>
|
</ion-list>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngSwitchCase="'parecer'" class="centered-div d-flex align-center justify-content-center" >
|
<div *ngSwitchCase="'parecer'" class="centered-div" >
|
||||||
<div
|
<div
|
||||||
*ngIf="!skeletonLoader && pedidosstore.listparecer.length == 0"
|
*ngIf="!skeletonLoader && pedidosstore.listparecer.length == 0"
|
||||||
class="empty-list d-flex height-100 align-center justify-content-center"
|
class="empty-list d-flex height-100 align-center justify-content-center"
|
||||||
@@ -118,7 +118,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngSwitchCase="'deferimento'" class="centered-div d-flex align-center justify-content-center">
|
<div *ngSwitchCase="'deferimento'" class="centered-div">
|
||||||
<div
|
<div
|
||||||
*ngIf="!skeletonLoader && pedidosstore.listdeferimento.length == 0"
|
*ngIf="!skeletonLoader && pedidosstore.listdeferimento.length == 0"
|
||||||
class="empty-list d-flex height-100 align-center justify-content-center"
|
class="empty-list d-flex height-100 align-center justify-content-center"
|
||||||
|
|||||||
Reference in New Issue
Block a user