소스 검색

背景渐变去除

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

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

@@ -782,7 +782,6 @@ export default {
   display: flex;
   justify-content: space-between;
   align-items: center;
-  background: rgba(255,255,255,0.1);
 }
 
 .tab-buttons > div {
@@ -806,6 +805,7 @@ export default {
   background-size: 100% 100%;
   padding: 1.75vh 1.51vw;
   border-radius: 2.08vw;
+  background: rgba(255,255,255,0.36);
 }
 // .short {
 //   height: 40vh;