提交 cb05ed90 编写于 作者: View Design's avatar View Design

Update Thread.vue

上级 df3b679e
......@@ -11,9 +11,14 @@
<UIcon name="i-heroicons-eye" />
<span>1</span>
</div>
<div class="flex items-center text-sm gap-0.5" :class="textColor">
<UIcon name="i-heroicons-clock" />
<span>{{ useTime(thread.create_time) }}</span>
<div class="flex" :class="textColor">
<UTooltip class="flex items-center text-sm gap-0.5">
<UIcon name="i-heroicons-clock" />
<span>{{ useTime(thread.create_time) }}</span>
<template #text>
{{ toValue(useDateFormat(thread.create_time, 'YYYY年M月D日 HH:mm')) }}
</template>
</UTooltip>
</div>
</div>
<div class="flex gap-4">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册