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; + } } }