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:
@@ -22,8 +22,7 @@
|
||||
</ion-refresher-content>
|
||||
</ion-refresher>
|
||||
|
||||
<div class="main-content width-100">
|
||||
<div *ngIf="despachoList">
|
||||
<div *ngIf="despachoList.length >= 1" class="main-container width-100 overflow-y-auto height-100">
|
||||
<ion-list>
|
||||
<ion-item
|
||||
class="expediente ion-no-padding cursor-pointer"
|
||||
@@ -57,10 +56,8 @@
|
||||
</div>
|
||||
</ion-item>
|
||||
</ion-list>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="despachoList?.length < 1">
|
||||
<div *ngIf="despachoList?.length < 1" class="overflow-y-auto height-100">
|
||||
|
||||
<ion-list>
|
||||
<ion-item>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@import '~src/function.scss';
|
||||
.main-content{
|
||||
.main-container{
|
||||
padding: 30px 20px 0 20px !important;
|
||||
margin: 0;
|
||||
color:#000;
|
||||
|
||||
Reference in New Issue
Block a user