diff --git a/src/layout/index.vue b/src/layout/index.vue index 2df75bd..fc3a796 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -74,10 +74,14 @@ function setLayout() { height: 100%; width: 100%; - .el-scrollbar{ + .el-scrollbar { height: 100%; } + :deep(.el-scrollbar__bar).is-vertical { + z-index: 10; + } + :deep(.el-scrollbar__wrap) { overflow-x: hidden; }