From da820b638a2750f492a29d0e95a3990b195e1ff6 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Fri, 29 Aug 2025 12:01:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E5=B8=96=E5=AD=90=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E7=89=88=E5=9D=97=E4=BF=A1=E6=81=AF=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/t-post.vue | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/views/t-post.vue b/src/views/t-post.vue index f9e97a01..af2bef0b 100644 --- a/src/views/t-post.vue +++ b/src/views/t-post.vue @@ -10,13 +10,13 @@ PostID:{{ postId }} | Render by TeyvatGuide v{{ appVersion }}
-
+
-
+
{{ postData.forum.name }}
@@ -456,10 +456,11 @@ function handleUser(user: TGApp.BBS.Post.User): void { font-size: 14px; } -.mpm-forum { +.mpm-icons { display: flex; align-items: center; justify-content: center; + column-gap: 4px; cursor: pointer; img { @@ -472,10 +473,17 @@ function handleUser(user: TGApp.BBS.Post.User): void { } } - span { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + .mpm-forum { + display: flex; + align-items: center; + justify-content: center; + column-gap: 2px; + + span { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } } }