mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
change
This commit is contained in:
@@ -105,7 +105,7 @@ export class DiplomasGerarPage implements OnInit {
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
async LoadList(){
|
||||
async LoadList() {
|
||||
|
||||
this.skeletonLoader = true
|
||||
|
||||
@@ -134,10 +134,10 @@ export class DiplomasGerarPage implements OnInit {
|
||||
this.skeletonLoader = false
|
||||
this.showLoader = false;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
goBack() {
|
||||
this.RouteService.goBack();
|
||||
// window.history.back()
|
||||
}
|
||||
goBack() {
|
||||
this.RouteService.goBack();
|
||||
// window.history.back()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
<div class="main-wrapper">
|
||||
|
||||
<div class="main-content d-flex flex-column width header-fix" >
|
||||
<div class="main-content d-flex flex-column width " >
|
||||
|
||||
<div class="div-top-header">
|
||||
<div class="div-top-header header-fix">
|
||||
|
||||
<div class="div-logo">
|
||||
<img style="max-width: 90px;" *ngIf="ThemeService.currentTheme == 'default' " src='assets/images/logo-bg-removebg-preview.png' alt='logo'>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<fa-icon icon="chevron-left" class="menu-icon font-awesome-1"></fa-icon>
|
||||
</div>
|
||||
|
||||
<div class="middle add-ellipsis">
|
||||
<div class="middle add-ellipsis font-25-rem">
|
||||
{{Document.Assunto}}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user