fix: 调整首页等问题
This commit is contained in:
@@ -83,8 +83,8 @@ const formatContent = computed(() => {
|
||||
</a-avatar>
|
||||
</template>
|
||||
<template #datetime>
|
||||
<a-tooltip :title="dayjs(data.updateTime).format('YYYY-MM-DD HH:mm:ss')">
|
||||
<span>{{ dayjs(data.updateTime).fromNow() }}</span>
|
||||
<a-tooltip :title="dayjs(data.updateTime)">
|
||||
<span>{{ dayjs(data.updateTime).format('YYYY-MM-DD HH:mm:ss') }}</span>
|
||||
</a-tooltip>
|
||||
</template>
|
||||
<template #content>
|
||||
|
||||
Reference in New Issue
Block a user