소스 검색

取消tab标题渐变色

leihao 11 달 전
부모
커밋
5b9096ab28
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/TabList/index.vue

+ 1 - 0
src/components/TabList/index.vue

@@ -773,6 +773,7 @@ export default {
   display: flex;
   justify-content: space-between;
   align-items: center;
+  background: rgba(255,255,255,0.1);
 }
 
 .tab-buttons > div {