fix: 修复系统管理左侧菜单滚动条

This commit is contained in:
fit2cloud-chenyw 2021-06-17 10:35:01 +08:00
parent e1ee9a4f7b
commit 52fe4687b0

View File

@ -120,6 +120,7 @@ export default {
.sidebar-container {
width: 100% !important;
position: initial !important;
height: calc(100vh - 80px) !important;
}
}
</style>