forked from github/dataease
fix(系统设置): 【顶部导航】字体样式视觉上不一致
This commit is contained in:
parent
fb850d6c4b
commit
831f838eff
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user