소스 검색

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

疯狂的狮子li 2 년 전
부모
커밋
f0b52d7abb
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      src/layout/index.vue

+ 12 - 0
src/layout/index.vue

@@ -76,6 +76,18 @@ const setLayout = () => {
   height: 100%;
   width: 100%;
 
+  .el-scrollbar {
+    height: 100%;
+  }
+
+  :deep(.el-scrollbar__bar).is-vertical {
+    z-index: 10;
+  }
+
+  :deep(.el-scrollbar__wrap) {
+    overflow-x: hidden;
+  }
+
   &.mobile.openSidebar {
     position: fixed;
     top: 0;