From cb05ed906109713e2c537f8826a5a7bac1b398a9 Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 4 Jun 2024 17:02:18 +0800 Subject: [PATCH] Update Thread.vue --- components/i/library/Thread.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/components/i/library/Thread.vue b/components/i/library/Thread.vue index 192dd8a..1d3a666 100644 --- a/components/i/library/Thread.vue +++ b/components/i/library/Thread.vue @@ -11,9 +11,14 @@ 1 -
- - {{ useTime(thread.create_time) }} +
+ + + {{ useTime(thread.create_time) }} + +
-- GitLab