瀏覽代碼

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

疯狂的狮子Li 1 年之前
父節點
當前提交
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>