From 831f838effbe1c4b7a9625d5415ffb5efce15aaf Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 17 Jul 2024 18:01:17 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/layout/components/AccountOperator.vue b/core/core-frontend/src/layout/components/AccountOperator.vue index f7f5756283..2e626eaf0e 100644 --- a/core/core-frontend/src/layout/components/AccountOperator.vue +++ b/core/core-frontend/src/layout/components/AccountOperator.vue @@ -186,7 +186,7 @@ if (uid.value === '1') { } .is-light-top-info { .uname-span { - font-family: "阿里巴巴普惠体 3.0 55 Regular L3"; + font-family: '阿里巴巴普惠体 3.0 55 Regular L3'; color: var(--ed-color-black) !important; } &:hover { @@ -210,7 +210,7 @@ if (uid.value === '1') { border-radius: 50%; } .uname-span { - font-family: "阿里巴巴普惠体 3.0 55 Regular L3"; + font-family: '阿里巴巴普惠体 3.0 55 Regular L3'; font-size: 14px; color: rgba(255, 255, 255, 0.8); }