feat: 修复嵌套规则错误

This commit is contained in:
Fromsko 2024-09-15 20:44:33 +08:00
parent c5e0cfce28
commit 909814869d
1 changed files with 1 additions and 1 deletions

View File

@ -130,6 +130,7 @@ export default {
height: calc(100vh - 60px);
border-right: none;
transition: height 0.3s ease; //
overflow: hidden;
}
&.fold {
width: 64px;
@ -137,7 +138,6 @@ export default {
//
height: calc(100vh - 60px);
}
overflow: hidden;
}
&.unfold {
width: 200px;