Merge pull request #273 from dataease/pr@dev@fix_菜单滚动条

fix: 添加菜单滚动条
This commit is contained in:
fit2cloud-chenyw 2021-07-21 17:56:53 +08:00 committed by GitHub
commit 62ef6d01af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,8 @@ export default {
width: 100% !important;
position: initial !important;
height: calc(100vh - 80px) !important;
overflow-x: hidden !important;
overflow-y: auto !important;
}
}
</style>