perf: 优化logo图和文字布局以及统一配置

This commit is contained in:
xiaoxian521
2023-02-13 14:30:34 +08:00
parent a3a4d2db08
commit 2d0cc4cfa2
4 changed files with 34 additions and 44 deletions

View File

@@ -411,17 +411,22 @@
cursor: pointer;
transition: all var(--pure-transition-duration) ease;
i {
font-size: 30px;
color: #1890ff;
margin-right: 4px;
img {
height: 32px;
display: inline-block;
}
h4 {
font-size: 16px;
font-weight: 700;
span {
height: 32px;
line-height: 32px;
margin: 2px 0 0 12px;
color: $subMenuActiveText;
transition: all 0.5s;
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 18px;
font-weight: 600;
}
}