fix: 🐛 修复混合布局样式问题

This commit is contained in:
cshaptx4869
2024-05-31 08:09:46 +08:00
parent abf7b34020
commit 41d305ad5c

View File

@@ -256,10 +256,6 @@ watch(route, () => {
}
&.layout-mix {
.fixed-header {
left: $sidebar-width-collapsed;
}
.sidebar-container {
width: 100% !important;
}