mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +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">
|
||||||
|
|||||||
@@ -157,7 +157,7 @@
|
|||||||
.exp-workflow{
|
.exp-workflow{
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
|
||||||
.label{
|
.label{
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
background: #ffb703;
|
background: #ffb703;
|
||||||
@@ -220,4 +220,13 @@
|
|||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
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