将el-scrollbar移动到main-container下,避免鼠标移出时无法隐藏的问题

This commit is contained in:
e
2023-04-08 04:47:34 +08:00
parent a33090c90e
commit 0a670fdfd7
2 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
#app {
.main-container {
min-height: 100%;
height: 100%;
transition: margin-left .28s;
margin-left: $base-sidebar-width;
position: relative;