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

This commit is contained in:
feige996
2025-08-12 09:17:40 +08:00
parent ce48435749
commit 04aaa5ad5f

View File

@@ -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>