优化固定头部页签滚动条被隐藏的问题

This commit is contained in:
RuoYi
2023-04-05 17:50:32 +08:00
parent e7f088552f
commit 5061558e94
2 changed files with 79 additions and 32 deletions

View File

@ -78,6 +78,10 @@ export default {
height: 100%;
}
::v-deep .el-scrollbar__bar.is-vertical {
z-index: 10;
}
::v-deep .el-scrollbar__wrap {
overflow-x: hidden;
}