fix: 🐛 修复左侧布局移动端菜单弹出样式

This commit is contained in:
cshaptx4869
2024-05-28 15:25:15 +08:00
parent 6822a490c7
commit 3effacb396

View File

@@ -285,4 +285,15 @@ watch(route, () => {
}
}
}
.mobile {
.main-container {
margin-left: 0;
}
&.layout-top {
// 顶部模式全局变量修改
--el-menu-item-height: $navbar-height;
}
}
</style>