修改侧边导航栏问题

This commit is contained in:
zouzhibing 2022-04-19 09:47:14 +08:00
parent d789f440c0
commit 48e79f37e3
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@
top: 0;
}
}
.sidebar-container{
display: flex;
flex-direction: column;
}
.drawer-bg {
background: #000;
opacity: 0.3;