Skip to content

Commit

Permalink
fix: modify saas of style (opentiny#2886)
Browse files Browse the repository at this point in the history
  • Loading branch information
James-9696 authored Feb 13, 2025
1 parent 78a3774 commit 445740d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/calendar-view/src/mobile-first.vue
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
<div class="mb-1.5 px-2 text-color-text-placeholder">
{{ getEventShowTime('start', event, date.value) }} - {{ getEventShowTime('end', event, date.value) }}
</div>
<p class="px-2 text-color-icon-primary line-clamp-2">{{ event.content || '' }}</p>
<p class="px-2 text-xs text-color-icon-primary line-clamp-2">{{ event.content || '' }}</p>
</div>
</slot>
<div
Expand Down

0 comments on commit 445740d

Please sign in to comment.