vue 中router-link下方的橫線如何去除
1 .router-link-active { //點擊時去掉下划線 2 text-decoration: none; 3 } 4 5 a { 6 text-decoration: none; //去掉原有鏈接文字下划線 7 }
1 .router-link-active { //點擊時去掉下划線 2 text-decoration: none; 3 } 4 5 a { 6 text-decoration: none; //去掉原有鏈接文字下划線 7 }
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。