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 {