mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Add hide and show for most searched words
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
|
||||
<div class="d-flex ion-wrap word-searh-result-container">
|
||||
<!-- most searched word-->
|
||||
|
||||
<div class="most-searched-words" *ngIf="!showDocuments">
|
||||
<p class="title ion-text-center">Palavras mais pesquisadas</p>
|
||||
</div>
|
||||
|
||||
@@ -185,8 +185,8 @@
|
||||
|
||||
|
||||
|
||||
@media only screen and (min-width: 1024px) {
|
||||
|
||||
//@media only screen and (min-width: 1024px) {
|
||||
|
||||
// .header-main {
|
||||
// background-color: #0782c9;
|
||||
@@ -226,4 +226,4 @@
|
||||
// }
|
||||
|
||||
|
||||
//}
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ export class SearchPage implements OnInit {
|
||||
|
||||
/**
|
||||
* @param isoDate String Iso date
|
||||
* @returns date in formate dd/MM/yyyy
|
||||
* @returns date in format dd/MM/yyyy
|
||||
* @description convert Iso date to dd/MM/yyyy
|
||||
*/
|
||||
formateIsoDate(isoDate:string): string{
|
||||
|
||||
Reference in New Issue
Block a user