优化左上角网站标题显示效果
This commit is contained in:
parent
1084399033
commit
82f9a8d529
@ -55,11 +55,12 @@ const { title } = useNav();
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-title {
|
.sidebar-title {
|
||||||
|
font-family: "哥特黑白无常", system-ui !important;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 32px;
|
height: 28px;
|
||||||
margin: 2px 0 0 12px;
|
margin: 2px 0 0 12px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 18px;
|
font-size: 20px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
color: $subMenuActiveText;
|
color: $subMenuActiveText;
|
||||||
|
Loading…
Reference in New Issue
Block a user