소스 검색

update 优化 页签在Firefox浏览器被遮挡

疯狂的狮子Li 2 년 전
부모
커밋
9e3dd2c6e3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/components/TagsView/ScrollPane.vue

+ 1 - 1
src/layout/components/TagsView/ScrollPane.vue

@@ -96,7 +96,7 @@ defineExpose({
     bottom: 0px;
   }
   :deep(.el-scrollbar__wrap) {
-    height: 39px;
+    height: 49px;
   }
 }
 </style>