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; } } + }