mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
Update timeline-box
This commit is contained in:
@@ -361,13 +361,12 @@ export class AgendaPage implements OnInit {
|
||||
|
||||
if(startHours < endHours){
|
||||
if (startMinutos != 0 ){
|
||||
top = `${ Math.abs((startMinutos - 60)) }`
|
||||
top = `${ Math.abs((startMinutos)) }`
|
||||
}
|
||||
}
|
||||
|
||||
const profile_ = profile == 'md'? 'mdgpr': 'pr';
|
||||
|
||||
|
||||
return `
|
||||
<div class=" overflow-hidden timeline-box timeline-box-event-${eventIndex} timeline-${profile_}-box-${calendarName} calendar-top${top}">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user