Skip to content

Commit d9135bb

Browse files
authored
feat:mobile-first支持日程模式隐藏时间 (#3408)
1 parent c181394 commit d9135bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/calendar-view/src/mobile-first.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
class="py-1.5 h-auto border border-color-border-separator rounded mb-2 shadow-sm"
288288
>
289289
<div class="px-1.5 mb-1.5 border-l-2 border-color-brand break-all">{{ event.title }}</div>
290-
<div class="mb-1.5 px-2 text-color-text-placeholder">
290+
<div v-if="showTipTime" class="mb-1.5 px-2 text-color-text-placeholder">
291291
{{ getEventShowTime('start', event, date.value) }} - {{ getEventShowTime('end', event, date.value) }}
292292
</div>
293293
<p class="px-2 text-xs text-color-icon-primary line-clamp-2">{{ event.content || '' }}</p>

0 commit comments

Comments
 (0)