From 4cef204f7283485eab20786bb1d1532d95e8edc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Thu, 17 Oct 2024 14:16:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=E8=B0=83=E6=95=B4=E5=89=AF?= =?UTF-8?q?=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/t-post.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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); }