소스 검색

style(tabbar): 移除激活状态下的透明度样式

feige996 8 달 전
부모
커밋
04aaa5ad5f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/tabbar/index.vue

+ 1 - 1
src/tabbar/index.vue

@@ -156,7 +156,7 @@ function getImageByIndex(index: number, item: { iconActive?: string, icon: strin
   box-shadow: inset 0 0 0 1px #fefefe;
 
   &:active {
-    opacity: 0.8;
+    // opacity: 0.8;
   }
 }
 </style>