elementUI 導航欄點擊之后改變背景色,背景色懸停


一開始設置的是:

.menuLeft .el-menu-item:hover{
  background: #6db6ff !important;
}
.menuLeft .el-submenu__title:hover {
  background: #6db6ff !important;
}

但它只是hover事件,並不會使背景色懸停,一直存在。后來又設置了:

.menuLeft .el-menu-item.is-active {
  background: #6db6ff !important;
}
.menuLeft .el-submenu__title.is-active {
  background: #6db6ff !important;
}

 很好的解決了此問題。  


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM