Search solved, aprove envent and remove from home the serviceworker

This commit is contained in:
Eudes Inácio
2023-08-15 18:09:03 +01:00
parent ae2701cbcd
commit 61a2b78eec
6 changed files with 422 additions and 345 deletions
@@ -82,7 +82,7 @@
<div *ngIf="loadedEvent.workflowInstanceDataFields.Body">
<h5 class="font-17-rem">Detalhes</h5>
<ion-item lines="none" class="ion-no-margin ion-no-padding">
<pre class="width-100 text">{{loadedEvent.workflowInstanceDataFields.Body }} </pre>
<pre class="text scrollable-pre">{{loadedEvent.workflowInstanceDataFields.Body }} </pre>
</ion-item>
<div class="line"></div>
</div>
@@ -41,6 +41,7 @@ ion-menu{
/* overflow: auto;
width: 100%; */
border-right: 1px solid #d8d8d8;
background: white;
.upper-content{
margin-left: 40px;
@@ -220,6 +221,11 @@ ion-menu{
}
}
.scrollable-pre {
max-height: 300px;
overflow-y: auto; /* Add vertical scroll if content exceeds max height */
}
@media only screen and (min-width: 1140px){
.content{
width: 75%;
+1
View File
@@ -230,6 +230,7 @@ ion-slide{
font-size: rem(20);
text-align: center;
color: black;
margin-bottom: 25px;
}
.most-searched-word-container{
File diff suppressed because it is too large Load Diff