From 8d1c5219950b862226072be3f0ddc5f8118ce92a Mon Sep 17 00:00:00 2001 From: Alentev Denis Date: Thu, 22 Jan 2026 22:31:26 +0300 Subject: [PATCH] UserID add --- src/views/profile/ProfileView.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/views/profile/ProfileView.vue b/src/views/profile/ProfileView.vue index c403bbb..084cfc1 100644 --- a/src/views/profile/ProfileView.vue +++ b/src/views/profile/ProfileView.vue @@ -126,6 +126,8 @@ onMounted(async () => { {{ fullName }} + id: {{ profileStore.id }} +

Достижения

@@ -223,7 +225,7 @@ onMounted(async () => { } .user-name { - margin-bottom: 32px; + margin-bottom: 8px; text-align: center; display: inline-block; align-self: center; @@ -235,6 +237,16 @@ onMounted(async () => { letter-spacing: 0.1px; } +.user-id { + margin-bottom: 32px; + text-align: center; + align-self: center; + color: var(--m-3-sys-light-outline, #79747e); + font-size: 20px; + font-weight: 500; + letter-spacing: 0.5px; +} + .info { margin-bottom: 30px; margin-top: 50px;