vue 中router-link下方的横线如何去除

1 .router-link-active {     //点击时去掉下划线
2   text-decoration: none;
3 }
4 
5 a {
6   text-decoration: none; //去掉原有链接文字下划线
7 }

 

相关文章:

  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-03-01
  • 2022-01-20
  • 2021-12-08
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案