From 8ebdcd94f5bdf458c1396fcdcafd34926579f9ad Mon Sep 17 00:00:00 2001 From: tim Date: Fri, 19 Sep 2025 11:30:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20timeline=20=E7=BB=A7=E6=89=BF=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend_nuxt/pages/users/[id].vue | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/frontend_nuxt/pages/users/[id].vue b/frontend_nuxt/pages/users/[id].vue index 3bb503924..95fc1c959 100644 --- a/frontend_nuxt/pages/users/[id].vue +++ b/frontend_nuxt/pages/users/[id].vue @@ -223,17 +223,15 @@ @@ -981,6 +979,15 @@ watch(selectedTab, async (val) => { flex-direction: row; gap: 10px; padding-top: 5px; + justify-content: space-between; + align-items: center; +} + +.tags-container-item { + display: flex; + flex-direction: row; + gap: 5px; + align-items: center; } .timeline-tag-title {