wip: 临时提交

This commit is contained in:
Ray.Hao
2025-05-27 08:21:47 +08:00
parent a193965dfe
commit 5defc7e9ea

View File

@@ -139,6 +139,11 @@ console.log("🎨 MixLayout rendered");
width: $sidebar-width; // 默认宽度显示logo+文字
height: 100%;
// 小屏设备只显示logo使用收缩宽度
@media (max-width: 767px) {
width: $sidebar-width-collapsed; // 只显示logo54px
}
:deep(.logo) {
height: 100%;