diff --git a/src/views/t-post.vue b/src/views/t-post.vue index dec7228b..fa36940e 100644 --- a/src/views/t-post.vue +++ b/src/views/t-post.vue @@ -66,12 +66,12 @@
- - 创建时间:{{ getDate(postData.post.created_at) }} + + 创建于:{{ getDate(postData.post.created_at) }} - 分享时间:{{ getDate(shareTime) }} + 分享于:{{ getDate(shareTime) }} - mdi-copyright + mdi-copyright {{ getRepublishAuthorization(postData.post.republish_authorization) }}
@@ -324,7 +324,11 @@ onUnmounted(() => { } .tp-post-copyright { + display: flex; + align-items: center; + justify-content: center; color: var(--common-text-title); + column-gap: 5px; font-family: var(--font-title); }