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

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

View File

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