mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
viewer rotation
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<ion-content class="container-wrapper">
|
||||
|
||||
|
||||
<div class="main-content d-flex height-100 overflow-hidden">
|
||||
|
||||
<app-task-details
|
||||
<app-task-details
|
||||
*ngIf="task"
|
||||
[task]=task
|
||||
[intervenientes]=intervenientes
|
||||
@@ -13,6 +13,7 @@
|
||||
(goBack)= goBack()
|
||||
(viewDocument)=viewDocument($event)
|
||||
class="d-flex height-100 flex-column content"
|
||||
[fulltask]="fulltask"
|
||||
></app-task-details>
|
||||
|
||||
<div *ngIf="task" class="aside-right flex-column height-100 overflow-y-auto">
|
||||
|
||||
Reference in New Issue
Block a user