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