mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
change home layout
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
</ion-refresher>
|
||||
|
||||
|
||||
<div class="conteiner-box px-20 height-100">
|
||||
<div class="main-content ">
|
||||
<div class="box-container d-flex flex-wrap">
|
||||
<div class="conteiner-box pt-20 px-20 height-100">
|
||||
<div class="main-content height-100">
|
||||
<div class="box-container d-flex ">
|
||||
<div>
|
||||
<p class="time ion-text-left ">{{customDate}}</p>
|
||||
<div class="wrap d-flex">
|
||||
<div class="wrap d-flex float-left">
|
||||
<div class="event-box">
|
||||
<!-- <p>correspondencia com prazo para hoje</p> -->
|
||||
<p>Tarefas que terminam hoje</p>
|
||||
@@ -54,7 +54,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="d-flex width-100 schedule-container height-100">
|
||||
<div class="d-flex width-100 schedule-container">
|
||||
<div class="flex-1">
|
||||
|
||||
<div *ngIf="p.userPermission([p.permissionList.Agenda.access])" class="schedule height-100 schedule-1">
|
||||
@@ -178,7 +178,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<div class="conteiner-box conteiner-box-mobile px-20 height-100" ng-swipe-up="swipe($event)">
|
||||
<div class="conteiner-box conteiner-box-mobile pt-20 px-20 height-100" ng-swipe-up="swipe($event)">
|
||||
<div *ngIf="p.userPermission([p.permissionList.Agenda.access])" class="schedule height-100">
|
||||
<ion-progress-bar type="indeterminate" *ngIf="showAgendaLoader"></ion-progress-bar>
|
||||
<div class="schedule-header">
|
||||
|
||||
@@ -527,6 +527,11 @@ ion-toolbar{
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
|
||||
.box-container {
|
||||
height: unset !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -558,9 +563,11 @@ ion-title{
|
||||
|
||||
.box-container {
|
||||
background-color: white;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.box-container {
|
||||
height: 100%;
|
||||
padding: 20px;
|
||||
border-radius: 20px;
|
||||
|
||||
@@ -599,12 +606,15 @@ ion-title{
|
||||
}
|
||||
|
||||
.main-content {
|
||||
flex-direction: column;
|
||||
// flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.schedule-container {
|
||||
flex-grow: 1;
|
||||
overflow: auto;
|
||||
.schedule {
|
||||
box-shadow: unset !important;
|
||||
border: unset !important;
|
||||
|
||||
Reference in New Issue
Block a user