Prechádzať zdrojové kódy

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

疯狂的狮子Li 1 rok pred
rodič
commit
9e3dd2c6e3

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

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