wip: 临时提交

This commit is contained in:
Ray.Hao
2025-05-26 23:21:14 +08:00
parent 0d899feeaf
commit dfb9a735d6
6 changed files with 76 additions and 45 deletions

View File

@@ -71,7 +71,7 @@ const isLogoCollapsed = computed(() => width.value < 768);
overflow: hidden; // 防止溢出
// Logo 样式 - 使用SCSS变量管理宽度
:deep(.sidebar-logo) {
:deep(.logo) {
flex-shrink: 0; // 防止Logo被压缩
width: $sidebar-width; // 默认宽度显示logo+文字
height: $navbar-height;
@@ -91,14 +91,9 @@ const isLogoCollapsed = computed(() => width.value < 768);
margin-right: 12px; // 减少右边距
}
.sidebar-logo__link {
a {
height: 100%;
}
.logo {
width: 100%;
background-color: transparent;
}
}
}