Merge pull request #117 from cshaptx4869/patch-76
fix: 🐛 修复左侧布局移动端菜单弹出样式
This commit is contained in:
@@ -285,4 +285,15 @@ watch(route, () => {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mobile {
|
||||
.main-container {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
&.layout-top {
|
||||
// 顶部模式全局变量修改
|
||||
--el-menu-item-height: $navbar-height;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user