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

This commit is contained in:
RuoYi
2023-04-23 16:59:22 +08:00
parent 19fb27502b
commit a606973cbe
4 changed files with 45 additions and 44 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>