fix: 🐛 布局样式问题修复

This commit is contained in:
hxr 2024-02-22 00:29:35 +08:00
parent b435bce93c
commit d30fb87d30
1 changed files with 4 additions and 0 deletions

View File

@ -306,6 +306,10 @@ function toggleSidebar() {
transition-duration: 0.3s;
transform: translate3d(-210px, 0, 0);
}
.main-container {
margin-left: 0;
}
}
}