fix(系统设置): 【顶部导航】字体样式视觉上不一致

This commit is contained in:
dataeaseShu 2024-07-17 18:01:17 +08:00
parent fb850d6c4b
commit 831f838eff

View File

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