From 573107e40adfc53db14ada4d315b1749c2ff8e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Mon, 2 Sep 2024 12:02:51 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E6=A5=BC=E4=B8=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/postReply/tpr-reply.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/components/postReply/tpr-reply.vue b/src/components/postReply/tpr-reply.vue index 9aeb66ae..c7ad5e6f 100644 --- a/src/components/postReply/tpr-reply.vue +++ b/src/components/postReply/tpr-reply.vue @@ -21,7 +21,8 @@ />
- {{ props.modelValue.user.nickname }} + {{ props.modelValue.user.nickname }} + 楼主
@@ -150,9 +151,21 @@ function getTime(): string { overflow: hidden; align-items: center; justify-content: center; + column-gap: 5px; font-family: var(--font-title); font-size: 16px; text-overflow: ellipsis; + white-space: nowrap; +} + +.tpru-lz { + display: flex; + align-items: center; + justify-content: center; + padding: 0 2px; + border-radius: 2px; + background: var(--tgc-od-blue); + font-size: 12px; } .tpr-content {