From f12bb0e86eda06c7c777f387f913bbf68b7f65d4 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 12 Sep 2025 15:07:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=B4=E5=83=8F=E8=A3=81=E5=89=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../navbar/components/right-side/index.vue | 10 +- .../components/management/person/index.vue | 335 +++--------------- .../components/management/person/style.scss | 9 + 3 files changed, 67 insertions(+), 287 deletions(-) diff --git a/src/layouts/components/navbar/components/right-side/index.vue b/src/layouts/components/navbar/components/right-side/index.vue index 03c98d6..1636ae0 100644 --- a/src/layouts/components/navbar/components/right-side/index.vue +++ b/src/layouts/components/navbar/components/right-side/index.vue @@ -20,7 +20,12 @@ - avatar +
+ +
+ {{ userInfo.mobile?.slice(-3) }} +
+
+ - diff --git a/src/views/components/management/person/style.scss b/src/views/components/management/person/style.scss index 138361a..ba79ae0 100644 --- a/src/views/components/management/person/style.scss +++ b/src/views/components/management/person/style.scss @@ -1,4 +1,12 @@ .person-wrap { + .title { + color: var(--Text-1, #211f24); + font-family: $font-family-medium; + font-size: 18px; + font-style: normal; + font-weight: 500; + line-height: 26px; /* 150% */ + } .cts { color: var(--Text-4, #939499); font-family: $font-family-regular; @@ -10,4 +18,5 @@ font-family: $font-family-medium; } } + }