1
0

add calendarItem color display

This commit is contained in:
2021-03-07 22:15:14 +08:00
parent 2e25631a97
commit da2f2e0821
4 changed files with 73 additions and 21 deletions

View File

@@ -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>