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

master
RuoYi 2023-04-05 16:19:47 +08:00
parent 56d50d10e9
commit 2ad13c9f72
1 changed files with 4 additions and 0 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;
}