💄调整副标题

This commit is contained in:
目棃
2024-10-17 14:16:04 +08:00
parent 97444190ab
commit 4cef204f72

View File

@@ -66,12 +66,12 @@
</div> </div>
</div> </div>
<div class="tp-post-subtitle"> <div class="tp-post-subtitle">
<span :title="`更新时间: ${getDate(postData.post.updated_at)}`"> <span :title="`更新于:${getDate(postData.post.updated_at)}`">
创建时间{{ getDate(postData.post.created_at) }} 创建:{{ getDate(postData.post.created_at) }}
</span> </span>
<span>分享时间{{ getDate(shareTime) }}</span> <span>分享:{{ getDate(shareTime) }}</span>
<span v-if="postData.post.republish_authorization !== 0" class="tp-post-copyright"> <span v-if="postData.post.republish_authorization !== 0" class="tp-post-copyright">
<v-icon size="20">mdi-copyright</v-icon> <v-icon size="16">mdi-copyright</v-icon>
<span>{{ getRepublishAuthorization(postData.post.republish_authorization) }}</span> <span>{{ getRepublishAuthorization(postData.post.republish_authorization) }}</span>
</span> </span>
</div> </div>
@@ -324,7 +324,11 @@ onUnmounted(() => {
} }
.tp-post-copyright { .tp-post-copyright {
display: flex;
align-items: center;
justify-content: center;
color: var(--common-text-title); color: var(--common-text-title);
column-gap: 5px;
font-family: var(--font-title); font-family: var(--font-title);
} }