恢复翻页/切换路由滚动功能

This commit is contained in:
刘元博
2023-04-15 17:01:18 +08:00
parent 6ad345331d
commit b4f2a4f7dd
2 changed files with 34 additions and 25 deletions

View File

@ -50,3 +50,26 @@ export default {
}
}
</style>
<style lang="scss">
// fix css style bug in open el-dialog
.el-popup-parent--hidden {
.fixed-header {
padding-right: 6px;
}
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-track {
background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background-color: #c0c0c0;
border-radius: 3px;
}
</style>