Merge pull request #11008 from dataease/pr@dev-v2_st

fix(系统设置): 【顶部导航】字体样式视觉上不一致
This commit is contained in:
dataeaseShu 2024-07-17 18:02:01 +08:00 committed by GitHub
commit df5fe18275
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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