From fb850d6c4bf506034c2ac4ec3f01f7e9b418764f Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 17 Jul 2024 17:47:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E3=80=90=E9=A1=B6=E9=83=A8=E5=AF=BC=E8=88=AA=E3=80=91=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E6=A0=B7=E5=BC=8F=E8=A7=86=E8=A7=89=E4=B8=8A=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/components/AccountOperator.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-frontend/src/layout/components/AccountOperator.vue b/core/core-frontend/src/layout/components/AccountOperator.vue index 8a5c1b069a..f7f5756283 100644 --- a/core/core-frontend/src/layout/components/AccountOperator.vue +++ b/core/core-frontend/src/layout/components/AccountOperator.vue @@ -186,6 +186,7 @@ if (uid.value === '1') { } .is-light-top-info { .uname-span { + font-family: "阿里巴巴普惠体 3.0 55 Regular L3"; color: var(--ed-color-black) !important; } &:hover { @@ -209,6 +210,7 @@ if (uid.value === '1') { border-radius: 50%; } .uname-span { + font-family: "阿里巴巴普惠体 3.0 55 Regular L3"; font-size: 14px; color: rgba(255, 255, 255, 0.8); }