去掉router-link的下划线

<style>

a{
  text-decoration: none;
  color:#606266 ;
}
//点击之后
  .router-link-active{
    text-decoration: none;
    color:#606266;
  }


</style>

 

posted @ 2021-12-13 19:53  晓葡萄在路上  阅读(367)  评论(0)    收藏  举报