add calendarItem color display
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
{{for events}}
|
||||
{{if isVisible}}
|
||||
<div class="schedule-event-outter card" uuid="{{:uuid}}">
|
||||
<div style="background: {{:color}}; width: 0.75rem; height: 100%;"></div>
|
||||
<div class="schedule-event-color" style="background: {{:color}};"></div>
|
||||
<div class="schedule-event-inner">
|
||||
<div class="schedule-event-words">
|
||||
<p class="level-item"><b>{{>title}}</b></p>
|
||||
|
||||
Reference in New Issue
Block a user