wip: 临时提交
This commit is contained in:
@@ -139,6 +139,11 @@ console.log("🎨 MixLayout rendered");
|
|||||||
width: $sidebar-width; // 默认宽度:显示logo+文字
|
width: $sidebar-width; // 默认宽度:显示logo+文字
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
// 小屏设备:只显示logo,使用收缩宽度
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
width: $sidebar-width-collapsed; // 只显示logo:54px
|
||||||
|
}
|
||||||
|
|
||||||
:deep(.logo) {
|
:deep(.logo) {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user