From 3fa035f182260312358afeeb7f11389ecbe1622d Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sun, 31 Dec 2023 16:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E8=8C=83=E5=9B=B4=EF=BC=8C=E4=BC=98=E5=8C=96=20hint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/t-post.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/t-post.vue b/src/views/t-post.vue index 7582c853..10a43117 100644 --- a/src/views/t-post.vue +++ b/src/views/t-post.vue @@ -43,7 +43,7 @@ {{ postData.user.nickname }} {{ getMpaLeftDesc() }} -
+
userIcon
@@ -256,6 +256,7 @@ async function toPost(): Promise { /* title */ .tp-post-title { display: flex; + width: fit-content; align-items: center; justify-content: start; color: var(--common-text-title);