Vue,去除v-on:click自动添加的点击灰色效果

it2025-01-28  41

在对应的ele中添加如下css样式(只在移动端才会出现的问题)

-webkit-tap-highlight-color: transparent;

最新回复(0)