优化固定头部页签滚动条被隐藏的问题
This commit is contained in:
parent
f61979f419
commit
c46abc1c79
|
@ -74,10 +74,14 @@ function setLayout() {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.el-scrollbar{
|
.el-scrollbar {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:deep(.el-scrollbar__bar).is-vertical {
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
:deep(.el-scrollbar__wrap) {
|
:deep(.el-scrollbar__wrap) {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue